We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc81bb1 commit e2da663Copy full SHA for e2da663
info.toml
@@ -478,7 +478,8 @@ hint = """
478
The delicious_snacks module is trying to present an external interface that is
479
different than its internal structure (the `fruits` and `veggies` modules and
480
associated constants). Complete the `use` statements to fit the uses in main and
481
-find the one keyword missing for both constants."""
+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"""
483
484
[[exercises]]
485
name = "modules3"
0 commit comments