Skip to content

Commit 64796d1

Browse files
committed
Rollup merge of rust-lang#28761 - steveklabnik:gh28082, r=brson
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
2 parents d1137d6 + 201384c commit 64796d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/trpl/testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,3 +502,5 @@ documentation tests: the `_0` is generated for the module test, and `add_two_0`
502502
for the function test. These will auto increment with names like `add_two_1` as
503503
you add more examples.
504504

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

0 commit comments

Comments
 (0)