summaryrefslogtreecommitdiff
path: root/exercises/07_structs/structs2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/07_structs/structs2.rs')
-rw-r--r--exercises/07_structs/structs2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/07_structs/structs2.rs b/exercises/07_structs/structs2.rs
index 328567f..a7a2dec 100644
--- a/exercises/07_structs/structs2.rs
+++ b/exercises/07_structs/structs2.rs
@@ -5,8 +5,6 @@
// Execute `rustlings hint structs2` or use the `hint` watch subcommand for a
// hint.
-// I AM NOT DONE
-
#[derive(Debug)]
struct Order {
name: String,