diff options
| author | fmoko <mokou@posteo.de> | 2020-04-08 11:23:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 11:23:49 +0200 |
| commit | 052f0aa7d4265875a7fb0c60a85b768e48e5a539 (patch) | |
| tree | 9ac3535c1c6f3c1481392526be160d52041aa9ac | |
| parent | b3a3351e8e6a0bdee07077d7b0382953821649ae (diff) | |
| parent | 60393999b842227c24595d11a336786504d8922d (diff) | |
Merge pull request #292 from Tuxified/patch-1
Remove duplicate not done comment
| -rw-r--r-- | exercises/conversions/as_ref_mut.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/conversions/as_ref_mut.rs b/exercises/conversions/as_ref_mut.rs index 5e80e50..aa1e623 100644 --- a/exercises/conversions/as_ref_mut.rs +++ b/exercises/conversions/as_ref_mut.rs @@ -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 { |
