summary refs log tree commit diff
path: root/src/doc/nomicon/vec-dealloc.md
AgeCommit message (Collapse)AuthorLines
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