about summary refs log tree commit diff
path: root/src/doc/nomicon/vec-dealloc.md
AgeCommit message (Collapse)AuthorLines
2017-02-13Port Nomicon to mdbookSteve Klabnik-29/+0
1. move everything under a src directory 2. add README.md to the SUMMARY.md
2016-01-06heap::deallocate expects a *mut u8 but here a *mut T is given. The final ↵jonastepe-1/+1
code is correct, the example here would not compile without the cast. I used *mut _ instead of *mut u8 to be consistent with the final code.
2015-08-03rename TARPL to The RustinomiconAlexis Beingessner-0/+29