Skip to content

Commit

Permalink
Rollup merge of rust-lang#28761 - steveklabnik:gh28082, r=brson
Browse files Browse the repository at this point in the history
We don't completely cover documentation tests in the testing chapter,
since we cover them in the documentation chapter. So make sure people
know that.

Fixes rust-lang#28082
  • Loading branch information
steveklabnik committed Sep 30, 2015
2 parents d1137d6 + 201384c commit 64796d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/trpl/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,3 +502,5 @@ documentation tests: the `_0` is generated for the module test, and `add_two_0`
for the function test. These will auto increment with names like `add_two_1` as
you add more examples.

We haven’t covered all of the details with writing documentation tests. For more,
please see the [Documentation chapter](documentation.html)

0 comments on commit 64796d1

Please sign in to comment.