Skip to content

Commit bf03468

Browse files
author
fmoko
authored
Merge pull request rust-lang#292 from Tuxified/patch-1
Remove duplicate not done comment
2 parents ae70487 + 0dacc02 commit bf03468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/conversions/as_ref_mut.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ fn byte_counter<T>(arg: T) -> usize {
99
arg.as_ref().as_bytes().len()
1010
}
1111

12-
// I AM NOT DONE
1312
// Obtain the number of characters (not bytes) in the given argument
1413
// Add the AsRef trait appropriately as a trait bound
1514
fn char_counter<T>(arg: T) -> usize {

0 commit comments

Comments
 (0)