Fixes as per review.
[rust-101.git] / src / part11.rs
index 322e2f2558ebce87b2390032b8872d19e010d5fd..a088e777ada93b66ec0a84bc3ab259e8c2973ca5 100644 (file)
@@ -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.
             //@ 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.
-
         }
     }
 }
         }
     }
 }