projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implement rgrep, and write part 12 (draft) about it
[rust-101.git]
/
workspace
/
src
/
part11.rs
diff --git
a/workspace/src/part11.rs
b/workspace/src/part11.rs
index 01f170b40ce7b34d41a2c39c11e6d32ca40e6f07..7e45540ca74e98229462d35ae07c71ea2b73e516 100644
(file)
--- a/
workspace/src/part11.rs
+++ b/
workspace/src/part11.rs
@@
-1,5
+1,5
@@
-// Rust-101, Part 11: Trait Objects, Box, Rc
-// =========================================
+// Rust-101, Part 11: Trait Objects, Box, Rc
, Lifetime bounds
+// =========================================
=================
mod callbacks {
// For now, we just decide that the callbacks have an argument of type `i32`.
mod callbacks {
// For now, we just decide that the callbacks have an argument of type `i32`.