1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-27 17:42:18 +02:00

Merge pull request #167 from sahennenkamp/patch-1

Hint towards making library mut
This commit is contained in:
Martin Geisler 2023-01-14 08:07:10 +01:00 committed by GitHub
commit d1dc1f466a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();