Merge fcf2c3c676c874b6c44ec2ebe851dafe6cb4d56c into ef218cd5d0337d9d43b57f4480389672d395f53d

This commit is contained in:
foxfromworld 2026-05-15 10:46:45 +02:00 committed by GitHub
commit f01330c97b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ???;