summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-22 13:12:39 +0200
committermo8it <mo8it@proton.me>2024-06-22 13:12:39 +0200
commitecbe9b7324364e94f7c6b4a4dd279fb90f5a938e (patch)
tree3c6524c9c8f3fd59429c9babe63a30b61c985ad0 /rustlings-macros
parent879f0cd5c69b8b0bf93da036d31334f9757bf6a3 (diff)
modules1 solution
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 7607650..97d7e07 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -527,9 +527,8 @@ name = "modules1"
dir = "10_modules"
test = false
hint = """
-Everything is private in Rust by default-- but there's a keyword we can use
-to make something public! The compiler error should point to the thing that
-needs to be public."""
+Everything is private in Rust by default. But there's a keyword we can use
+to make something public!"""
[[exercises]]
name = "modules2"