Skip to content

Commit dab90f7

Browse files
authored
Remove duplicate not done comment
As indicated in rust-lang#259 , I found it confusing to have 2 comments as the code wouldn't compile unless I solved both issues (I used the script from rust-lang#281 to remove a comment and use `:wn` to go to next exercise, hence this tripped me).
1 parent 71d3125 commit dab90f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/conversions/as_ref_mut.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Read more about them at https://doc.rust-lang.org/std/convert/trait.AsRef.html
33
// and https://doc.rust-lang.org/std/convert/trait.AsMut.html, respectively.
44

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

0 commit comments

Comments
 (0)