summaryrefslogtreecommitdiff
path: root/exercises/07_structs/structs1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/07_structs/structs1.rs')
-rw-r--r--exercises/07_structs/structs1.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/07_structs/structs1.rs b/exercises/07_structs/structs1.rs
index 5fa5821..2978121 100644
--- a/exercises/07_structs/structs1.rs
+++ b/exercises/07_structs/structs1.rs
@@ -5,8 +5,6 @@
// Execute `rustlings hint structs1` or use the `hint` watch subcommand for a
// hint.
-// I AM NOT DONE
-
struct ColorClassicStruct {
// TODO: Something goes here
}