diff options
Diffstat (limited to 'exercises/16_lifetimes/lifetimes3.rs')
| -rw-r--r-- | exercises/16_lifetimes/lifetimes3.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/16_lifetimes/lifetimes3.rs b/exercises/16_lifetimes/lifetimes3.rs index 9c59f9c..de6005e 100644 --- a/exercises/16_lifetimes/lifetimes3.rs +++ b/exercises/16_lifetimes/lifetimes3.rs @@ -5,8 +5,6 @@ // Execute `rustlings hint lifetimes3` or use the `hint` watch subcommand for a // hint. -// I AM NOT DONE - struct Book { author: &str, title: &str, |
