diff --git a/src/exercises/day-1/book-library.rs b/src/exercises/day-1/book-library.rs index cab1879f..284045aa 100644 --- a/src/exercises/day-1/book-library.rs +++ b/src/exercises/day-1/book-library.rs @@ -98,7 +98,8 @@ impl Library { // ANCHOR: main // This shows the desired behavior. Uncomment the code below and // implement the missing methods. You will need to update the -// method signatures, including the "self" parameter! +// method signatures, including the "self" parameter! You may +// also need to update the variable bindings within main. fn main() { let library = Library::new();