summary refs log tree commit diff
path: root/src/doc/complement-lang-faq.md
AgeCommit message (Collapse)AuthorLines
2014-03-09docs: adjust code blocks to pass with rustdoc.Huon Wilson-1/+1
The changes are basically just because rustdoc runs tests/rendering on more snippets by default (i.e. everything without a `notrust` tag), and not anything significant.
2014-02-08doc: Modernize FAQs just slightlyBrian Anderson-117/+18
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+247
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files