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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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