mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-22 14:59:37 +02:00
Fixes: #99
This commit is contained in:
parent
28942d7b9f
commit
115c87d8fd
@ -96,10 +96,10 @@ impl Library {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ANCHOR: main
|
// 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!
|
||||||
fn main() {
|
fn 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!
|
|
||||||
let library = Library::new();
|
let library = Library::new();
|
||||||
|
|
||||||
//println!("Our library is empty: {}", library.is_empty());
|
//println!("Our library is empty: {}", library.is_empty());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user