Merge fcf2c3c676c874b6c44ec2ebe851dafe6cb4d56c into db3f3325072b9cf8b49499f9da86c48bc716a043

This commit is contained in:
foxfromworld 2026-05-17 01:52:39 +02:00 committed by GitHub
commit 956bad2a23
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 ???;