comprehensive-rust
comprehensive-rust copied to clipboard
Remove silenced warnings in book-library exercise
In book-library.rs we create instances of the structs (library books) so that the struct fields are not unused. These changes allow us to remove the line to silence warnings for unused variables https://github.com/google/comprehensive-rust/issues/71.