summaryrefslogtreecommitdiff
path: root/exercises/10_modules/modules1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/10_modules/modules1.rs')
-rw-r--r--exercises/10_modules/modules1.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/10_modules/modules1.rs b/exercises/10_modules/modules1.rs
index 9eb5a48..c750946 100644
--- a/exercises/10_modules/modules1.rs
+++ b/exercises/10_modules/modules1.rs
@@ -3,8 +3,6 @@
// Execute `rustlings hint modules1` or use the `hint` watch subcommand for a
// hint.
-// I AM NOT DONE
-
mod sausage_factory {
// Don't let anybody outside of this module see this!
fn get_secret_recipe() -> String {