You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 13:50:27 +02:00
Fixes: #99
This commit is contained in:
@ -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());
|
||||||
|
Reference in New Issue
Block a user