projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge pull request #42 from zdyxry/master
[rust-101.git]
/
src
/
part11.rs
diff --git
a/src/part11.rs
b/src/part11.rs
index 322e2f2558ebce87b2390032b8872d19e010d5fd..a088e777ada93b66ec0a84bc3ab259e8c2973ca5 100644
(file)
--- 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.
-
}
}
}