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