Update drop.md

pull/1569/head
萨格尔王 1 month ago committed by GitHub
parent 90f814fc72
commit 795cd6eea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,7 +43,7 @@ struct Foo;
impl Drop for Foo { impl Drop for Foo {
fn drop(&mut self) { fn drop(&mut self) {
println!("Dropping Foo!") println!("Dropping Foo!");
} }
} }

Loading…
Cancel
Save