From 0513660b05e8dd45ba7bb25fff89b4fd089b14ea Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 13 Sep 2024 14:56:46 +0200 Subject: Allow dead code for all exercises and solutions --- solutions/10_modules/modules2.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'solutions/10_modules/modules2.rs') diff --git a/solutions/10_modules/modules2.rs b/solutions/10_modules/modules2.rs index 298d76e..55c316d 100644 --- a/solutions/10_modules/modules2.rs +++ b/solutions/10_modules/modules2.rs @@ -1,4 +1,3 @@ -#[allow(dead_code)] mod delicious_snacks { // Added `pub` and used the expected alias after `as`. pub use self::fruits::PEAR as fruit; -- cgit v1.2.3