sync titles
[rust-101.git] / workspace / src / part11.rs
index 01f170b40ce7b34d41a2c39c11e6d32ca40e6f07..7e45540ca74e98229462d35ae07c71ea2b73e516 100644 (file)
@@ -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`.