mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-05-15 09:48:45 +00:00
Clarify TODO comment in modules2.r
This commit is contained in:
parent
03ddf3683b
commit
fcf2c3c676
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
mod delicious_snacks {
|
mod delicious_snacks {
|
||||||
// TODO: Add the following two `use` statements after fixing them.
|
// TODO: Add the following two `use` statements after fixing them.
|
||||||
|
// Hint: private imports require re-exporting.
|
||||||
// use self::fruits::PEAR as ???;
|
// use self::fruits::PEAR as ???;
|
||||||
// use self::veggies::CUCUMBER as ???;
|
// use self::veggies::CUCUMBER as ???;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user