1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-06-08 10:06:12 +02:00

remove confusing comment wording

This commit is contained in:
Steven Mann 2020-02-25 11:00:09 +00:00 committed by GitHub
parent b559cdd73f
commit dc84aacc65
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
// to a vector of strings.
//
// No boiler plate code this time,
// you can do this! Hints at the bottom.
// you can do this!
// I AM NOT DONE
@ -32,4 +32,4 @@ mod tests {
assert_eq!(foo.pop().unwrap(), String::from("Foo"));
}
}
}