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/15_traits/traits3.rs | |
| parent | 3947c4de284cb82945055a0fe802c2755e951bb9 (diff) | |
Allow dead code for all exercises and solutions
Diffstat (limited to 'solutions/15_traits/traits3.rs')
| -rw-r--r-- | solutions/15_traits/traits3.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solutions/15_traits/traits3.rs b/solutions/15_traits/traits3.rs index 747d919..3d8ec85 100644 --- a/solutions/15_traits/traits3.rs +++ b/solutions/15_traits/traits3.rs @@ -1,5 +1,3 @@ -#![allow(dead_code)] - trait Licensed { fn licensing_info(&self) -> String { "Default license".to_string() |
