diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-09-30 14:51:55 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-09-30 14:51:55 -0400 |
| commit | 64796d150cadef851138a53fa39de09946a1a740 (patch) | |
| tree | 969e93049af628171b3f1ce408246cc0f1c4f21e | |
| parent | d1137d634be859f99d81be3febe7721110da57c4 (diff) | |
| parent | 201384c1077493e84aaeb3a2370d041678e5aa6d (diff) | |
| download | rust-64796d150cadef851138a53fa39de09946a1a740.tar.gz rust-64796d150cadef851138a53fa39de09946a1a740.zip | |
Rollup merge of #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 #28082
| -rw-r--r-- | src/doc/trpl/testing.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/trpl/testing.md b/src/doc/trpl/testing.md index 587f60343c3..452dc13c696 100644 --- a/src/doc/trpl/testing.md +++ b/src/doc/trpl/testing.md @@ -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) |
