Update SUMMARY.md

This commit is contained in:
wangtxxl 2017-09-20 14:04:05 +08:00 committed by GitHub
parent de5b88965a
commit c04a8d4d36

View File

@ -81,7 +81,7 @@
- [Cargo 自定义扩展命令](ch14-05-extending-cargo.md)
- [智能指针](ch15-00-smart-pointers.md)
- [`Box<T>`用于已知大小的堆上数据](ch15-01-box.md)
- [`Box<T>`Box<T>在堆上存储数据,并且可确定大小](ch15-01-box.md)
- [`Deref` Trait 允许通过引用访问数据](ch15-02-deref.md)
- [`Drop` Trait 运行清理代码](ch15-03-drop.md)
- [`Rc<T>` 引用计数智能指针](ch15-04-rc.md)