diff options
Diffstat (limited to 'solutions/10_modules/modules2.rs')
| -rw-r--r-- | solutions/10_modules/modules2.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solutions/10_modules/modules2.rs b/solutions/10_modules/modules2.rs index 55c316d..298d76e 100644 --- a/solutions/10_modules/modules2.rs +++ b/solutions/10_modules/modules2.rs @@ -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; |
