summary refs log tree commit diff
path: root/src/doc/trpl/raw-pointers.md
AgeCommit message (Collapse)AuthorLines
2015-04-30Fix broken links in the book.Steve Klabnik-1/+1
2015-04-20TRPL: unsafe -> raw pointersSteve Klabnik-0/+122
Many unsafe features are now in the unstable section, so this section is really just about raw pointers now. That also makes sense for its place in the TOC. This addresses part of #12905.