diff options
Diffstat (limited to 'exercises/19_smart_pointers/rc1.rs')
| -rw-r--r-- | exercises/19_smart_pointers/rc1.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/19_smart_pointers/rc1.rs b/exercises/19_smart_pointers/rc1.rs index 1b90346..e96e625 100644 --- a/exercises/19_smart_pointers/rc1.rs +++ b/exercises/19_smart_pointers/rc1.rs @@ -10,8 +10,6 @@ // // Execute `rustlings hint rc1` or use the `hint` watch subcommand for a hint. -// I AM NOT DONE - use std::rc::Rc; #[derive(Debug)] |
