summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJade McGough <jade@thezets.com>2020-05-19 23:31:28 -0700
committerGitHub <noreply@github.com>2020-05-20 08:31:28 +0200
commitc7c3130507c987bf9d7312e6d9ac69908cad3a49 (patch)
tree95cb0435e9e7a9b984d6731ab42b350b4ddb8b8a
parent010a04569282149cea7f7a76fc4d7f4c9f0f08dd (diff)
chore: remove struct2 hint comment
-rw-r--r--exercises/structs/structs2.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/structs/structs2.rs b/exercises/structs/structs2.rs
index 0699137..f9c6427 100644
--- a/exercises/structs/structs2.rs
+++ b/exercises/structs/structs2.rs
@@ -1,6 +1,5 @@
// structs2.rs
// Address all the TODOs to make the tests pass!
-// No hints, just do it!
// I AM NOT DONE