diff options
Diffstat (limited to 'exercises/15_traits/traits2.rs')
| -rw-r--r-- | exercises/15_traits/traits2.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/15_traits/traits2.rs b/exercises/15_traits/traits2.rs index 3e35f8e..9a2bc07 100644 --- a/exercises/15_traits/traits2.rs +++ b/exercises/15_traits/traits2.rs @@ -8,8 +8,6 @@ // // Execute `rustlings hint traits2` or use the `hint` watch subcommand for a hint. -// I AM NOT DONE - trait AppendBar { fn append_bar(self) -> Self; } |
