diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index e42b0f26..ba618d62 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -517,7 +517,7 @@ because "blue" is `&str`, not `String`.""" [[exercises]] name = "modules1" dir = "10_modules" -test = false +test = true hint = """ Everything is private in Rust by default. But there's a keyword we can use to make something public!"""