auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler

It's too easy to forget the `rust` tag to test something.

Closes #11698
This commit is contained in:
bors
2014-02-15 16:36:27 -08:00
21 changed files with 131 additions and 100 deletions

View File

@@ -46,7 +46,7 @@
*
* ```
* spawn(proc() {
* log(error, "Hello, World!");
* println!("Hello, World!");
* })
* ```
*/