Merge pull request #292 from Tuxified/patch-1

Remove duplicate not done comment
pull/297/head
fmoko 5 years ago committed by GitHub
commit 052f0aa7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save