1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 17:56:11 +02:00

Update info.toml

modules2.rs: add more information to hint
This commit is contained in:
deedy5 2023-04-21 15:51:52 +00:00 committed by GitHub
parent fc81bb15fe
commit e2da663628
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"