diff options
Diffstat (limited to 'exercises/15_traits/traits5.rs')
| -rw-r--r-- | exercises/15_traits/traits5.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/15_traits/traits5.rs b/exercises/15_traits/traits5.rs index df18380..f258d32 100644 --- a/exercises/15_traits/traits5.rs +++ b/exercises/15_traits/traits5.rs @@ -7,8 +7,6 @@ // Execute `rustlings hint traits5` or use the `hint` watch subcommand for a // hint. -// I AM NOT DONE - pub trait SomeTrait { fn some_function(&self) -> bool { true |
