finalize part 11
[rust-101.git] / src / main.rs
index 35c670fd1b549ac435e960291e12bf938e1db0b0..4fe4215e1333da181745742e0741fa8d6126c16d 100644 (file)
@@ -78,6 +78,7 @@
 // * [Part 08: Associated Types, Modules](part08.html)
 // * [Part 09: Iterators](part09.html)
 // * [Part 10: Closures](part10.html)
+// * [Part 11: Trait Objects, Box, Rc, Lifetime bounds](part11.html)
 // * (to be continued)
 #![allow(dead_code, unused_imports, unused_variables, unused_mut)]
 mod part00;