Merge branch 'master' of https://github.com/sjmann/rustlings
This commit is contained in:
commit
f981dcfde4
|
@ -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"));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue