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