about summary refs log tree commit diff
path: root/src/doc/trpl/slice-patterns.md
AgeCommit message (Collapse)AuthorLines
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-42/+0
The book was located under 'src/doc/trpl' because originally, it was going to be hosted under that URL. Late in the game, before 1.0, we decided that /book was a better one, so we changed the output, but not the input. This causes confusion for no good reason. So we'll change the source directory to look like the output directory, like for every other thing in src/doc.
2015-04-20Remove feature gated examples from the reference.Steve Klabnik-0/+24
The slice patterns example was nice, so let's put it with the other slice pattern feature gate documentation. Fixes #24573
2015-04-10copyedits: patternsSteve Klabnik-0/+18
This also puts slice patterns in nightly docs, where they belong.