diff options
Diffstat (limited to 'exercises/15_traits/traits3.rs')
| -rw-r--r-- | exercises/15_traits/traits3.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/15_traits/traits3.rs b/exercises/15_traits/traits3.rs index 4e2b06b..357f1d7 100644 --- a/exercises/15_traits/traits3.rs +++ b/exercises/15_traits/traits3.rs @@ -8,8 +8,6 @@ // Execute `rustlings hint traits3` or use the `hint` watch subcommand for a // hint. -// I AM NOT DONE - pub trait Licensed { fn licensing_info(&self) -> String; } |
