mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Merge pull request #292 from Tuxified/patch-1
Remove duplicate not done comment
This commit is contained in:
commit
052f0aa7d4
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue