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 /solutions/19_smart_pointers | |
| parent | 3947c4de284cb82945055a0fe802c2755e951bb9 (diff) | |
Allow dead code for all exercises and solutions
Diffstat (limited to 'solutions/19_smart_pointers')
| -rw-r--r-- | solutions/19_smart_pointers/rc1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solutions/19_smart_pointers/rc1.rs b/solutions/19_smart_pointers/rc1.rs index 512eb9c..c0a41ab 100644 --- a/solutions/19_smart_pointers/rc1.rs +++ b/solutions/19_smart_pointers/rc1.rs @@ -8,7 +8,6 @@ use std::rc::Rc; #[derive(Debug)] struct Sun; -#[allow(dead_code)] #[derive(Debug)] enum Planet { Mercury(Rc<Sun>), |
