diff options
| author | mo8it <mo8it@proton.me> | 2024-09-13 14:56:46 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-09-13 14:56:46 +0200 |
| commit | 0513660b05e8dd45ba7bb25fff89b4fd089b14ea (patch) | |
| tree | e7c1af45ef8ed8f2189e4df8359f5e666ad02ce9 /exercises/10_modules/modules2.rs | |
| parent | 3947c4de284cb82945055a0fe802c2755e951bb9 (diff) | |
Allow dead code for all exercises and solutions
Diffstat (limited to 'exercises/10_modules/modules2.rs')
| -rw-r--r-- | exercises/10_modules/modules2.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/10_modules/modules2.rs b/exercises/10_modules/modules2.rs index 02eb80a..782a70e 100644 --- a/exercises/10_modules/modules2.rs +++ b/exercises/10_modules/modules2.rs @@ -1,7 +1,6 @@ // You can bring module paths into scopes and provide new names for them with // the `use` and `as` keywords. -#[allow(dead_code)] mod delicious_snacks { // TODO: Add the following two `use` statements after fixing them. // use self::fruits::PEAR as ???; |
