summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authordeedy5 <65482418+deedy5@users.noreply.github.com>2023-04-21 15:51:52 +0000
committerGitHub <noreply@github.com>2023-04-21 15:51:52 +0000
commite2da663628f61f19066cd92b005bae3adc8521d8 (patch)
tree7066e16ca4b6b265c7b10557a428fd2ad0328722 /info.toml
parentfc81bb15fe0ef06971d3c464df36d98063801abf (diff)
Update info.toml
modules2.rs: add more information to hint
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 28f9bb3..ac04fc7 100644
--- a/info.toml
+++ b/info.toml
@@ -478,7 +478,8 @@ hint = """
The delicious_snacks module is trying to present an external interface that is
different than its internal structure (the `fruits` and `veggies` modules and
associated constants). Complete the `use` statements to fit the uses in main and
-find the one keyword missing for both constants."""
+find the one keyword missing for both constants.
+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"""
[[exercises]]
name = "modules3"