Enable test runner for modules1 so the added test is actually executed

This commit is contained in:
Zakir Jiwani 2026-03-18 22:54:43 +00:00
parent 06d89d20ae
commit 53fa6d7331

View File

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