summaryrefslogtreecommitdiff
path: root/exercises/09_strings/strings2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/09_strings/strings2.rs')
-rw-r--r--exercises/09_strings/strings2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/09_strings/strings2.rs b/exercises/09_strings/strings2.rs
index 4d95d16..ba76fe6 100644
--- a/exercises/09_strings/strings2.rs
+++ b/exercises/09_strings/strings2.rs
@@ -5,8 +5,6 @@
// Execute `rustlings hint strings2` or use the `hint` watch subcommand for a
// hint.
-// I AM NOT DONE
-
fn main() {
let word = String::from("green"); // Try not changing this line :)
if is_a_color_word(word) {