You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-18 07:07:35 +02:00
exercises/day-2/book-library: Fix typo (#1171)
This commit is contained in:
committed by
GitHub
parent
78d9b35d67
commit
d2e0c62303
@ -76,7 +76,7 @@ impl Library {
|
|||||||
|
|
||||||
// ANCHOR: Library_print_books
|
// ANCHOR: Library_print_books
|
||||||
//fn print_books(self) {
|
//fn print_books(self) {
|
||||||
// todo!("Iterate over `self.books` and each book's title and year")
|
// todo!("Iterate over `self.books` and print each book's title and year")
|
||||||
//}
|
//}
|
||||||
// ANCHOR_END: Library_print_books
|
// ANCHOR_END: Library_print_books
|
||||||
fn print_books(&self) {
|
fn print_books(&self) {
|
||||||
|
Reference in New Issue
Block a user