From dc84aacc65392172164b728813449ecda8c3b6e6 Mon Sep 17 00:00:00 2001 From: Steven Mann Date: Tue, 25 Feb 2020 11:00:09 +0000 Subject: [PATCH] remove confusing comment wording --- exercises/traits/traits2.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/traits/traits2.rs b/exercises/traits/traits2.rs index 84c35f7..7f5014d 100644 --- a/exercises/traits/traits2.rs +++ b/exercises/traits/traits2.rs @@ -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")); } -} \ No newline at end of file +}