mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-03-31 03:29:19 +00:00
Enable test runner for modules1 so the added test is actually executed
This commit is contained in:
parent
06d89d20ae
commit
53fa6d7331
@ -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!"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user