1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-24 16:42:36 +02:00

Merge pull request #109 from rhapsodyai/fixes-99

Fixes: #99
This commit is contained in:
Martin Geisler 2023-01-05 09:08:03 +01:00 committed by GitHub
commit 8feb6b4ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,10 +96,10 @@ 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!
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();
//println!("Our library is empty: {}", library.is_empty());