Skip to content

Commit 052f0aa

Browse files
author
fmoko
authored
Merge pull request #292 from Tuxified/patch-1
Remove duplicate not done comment
2 parents b3a3351 + 6039399 commit 052f0aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/conversions/as_ref_mut.rs

-1
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)