We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a3351 + 6039399 commit 052f0aaCopy full SHA for 052f0aa
exercises/conversions/as_ref_mut.rs
@@ -9,7 +9,6 @@ fn byte_counter<T>(arg: T) -> usize {
9
arg.as_ref().as_bytes().len()
10
}
11
12
-// I AM NOT DONE
13
// Obtain the number of characters (not bytes) in the given argument
14
// Add the AsRef trait appropriately as a trait bound
15
fn char_counter<T>(arg: T) -> usize {
0 commit comments