summary refs log tree commit diff
path: root/src/doc/book/testing.md
AgeCommit message (Collapse)AuthorLines
2016-01-29Add main() so that examples workSteve Klabnik-0/+11
Rustdoc will automatically wrap things in main, but this doesn't work here. Fixes #31249
2016-01-09Remove many instances of 'just'Steve Klabnik-1/+1
Doing so is considered weaker writing. Thanks @Charlotteis! Fixes #28810
2015-12-11book: Add missing punctuationOri Avtalion-1/+1
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+510
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.