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