X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/02337846140cac7ff30e3cc64fd3c9a024bee17c..375923e203d323dadc639434ebc1f29530f4ac2a:/src/part11.rs diff --git a/src/part11.rs b/src/part11.rs index 322e2f2..a088e77 100644 --- a/src/part11.rs +++ b/src/part11.rs @@ -87,7 +87,6 @@ impl Callbacks { //@ The difference to a reference is that `Box` implies full ownership: Once you drop //@ the box (i.e., when the entire `Callbacks` instance is dropped), the content it //@ points to on the heap will be deleted. - } } }