Skip to content

Commit

Permalink
Merge pull request #292 from Tuxified/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate not done comment
  • Loading branch information
fmoko authored Apr 8, 2020
2 parents b3a3351 + 6039399 commit 052f0aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/conversions/as_ref_mut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ fn byte_counter<T>(arg: T) -> usize {
arg.as_ref().as_bytes().len()
}

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

0 comments on commit 052f0aa

Please sign in to comment.