sync titles
[rust-101.git] / src / part11.rs
index 5219d30b2e0e9de85bc13e060b49fd78ed34e00a..4e5c5fd7b343151e28ef54f3bb59e71ac52da6c6 100644 (file)
@@ -1,5 +1,5 @@
-// Rust-101, Part 11: Trait Objects, Box, Rc
-// =========================================
+// Rust-101, Part 11: Trait Objects, Box, Rc, Lifetime bounds
+// ==========================================================
 
 //@ We will play around with closures a bit more. Let us implement some kind of generic "callback"
 //@ mechanism, providing two functions: Registering a new callback, and calling all registered callbacks. There will be two