This commit is contained in:
sjmann 2020-02-26 10:38:50 +00:00
commit f981dcfde4
1 changed files with 2 additions and 2 deletions

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"));
}
}
}