summaryrefslogtreecommitdiff
path: root/exercises/traits/traits2.rs
diff options
context:
space:
mode:
authorSteven Mann <sjmann91@gmail.com>2020-02-25 11:00:09 +0000
committerGitHub <noreply@github.com>2020-02-25 11:00:09 +0000
commitdc84aacc65392172164b728813449ecda8c3b6e6 (patch)
tree984ba566b21286578011e330a8e2f50621eafbe2 /exercises/traits/traits2.rs
parentb559cdd73f32c0d0cfc1feda39f82b3e3583df17 (diff)
remove confusing comment wording
Diffstat (limited to 'exercises/traits/traits2.rs')
-rw-r--r--exercises/traits/traits2.rs4
1 files 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
+}