mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-05 16:09:16 -04:00
Fix warnings
This commit is contained in:
parent
a4c07ca948
commit
b87aa98634
18 changed files with 28 additions and 8 deletions
solutions/10_modules
|
@ -1,3 +1,4 @@
|
|||
#[allow(dead_code)]
|
||||
mod delicious_snacks {
|
||||
// Added `pub` and used the expected alias after `as`.
|
||||
pub use self::fruits::PEAR as fruit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue