Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sjmann/rustlings
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmann committed Feb 26, 2020
2 parents bbf8922 + dc84aac commit f981dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/traits/traits2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -32,4 +32,4 @@ mod tests {
assert_eq!(foo.pop().unwrap(), String::from("Foo"));
}

}
}

0 comments on commit f981dcf

Please sign in to comment.