Skip to content

Commit 05fcc24

Browse files
authored
Merge pull request #1490 from deedy5/main
modules2.rs: add more information to hint
2 parents 9bfb705 + e2da663 commit 05fcc24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

info.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,8 @@ hint = """
478478
The delicious_snacks module is trying to present an external interface that is
479479
different than its internal structure (the `fruits` and `veggies` modules and
480480
associated constants). Complete the `use` statements to fit the uses in main and
481-
find the one keyword missing for both constants."""
481+
find the one keyword missing for both constants.
482+
Learn more at https://doc.rust-lang.org/book/ch07-04-bringing-paths-into-scope-with-the-use-keyword.html#re-exporting-names-with-pub-use"""
482483

483484
[[exercises]]
484485
name = "modules3"

0 commit comments

Comments
 (0)