about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-10-29 23:39:34 +0000
committerbors <bors@rust-lang.org>2015-10-29 23:39:34 +0000
commit2e07996a9b6d7cd0991deab14b2d3f9ebc81ecaf (patch)
tree9cf1246eba11817c8c453966f140d72324053c1a
parent7646fcfe549ee5d3ddcf2f2f6f2d2e6919099d83 (diff)
parent898f3af1cea5c6e070e04844dda029cd3c540a1c (diff)
downloadrust-2e07996a9b6d7cd0991deab14b2d3f9ebc81ecaf.tar.gz
rust-2e07996a9b6d7cd0991deab14b2d3f9ebc81ecaf.zip
Auto merge of #29199 - tshepang:they-can, r=steveklabnik
-rw-r--r--src/doc/trpl/testing.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/trpl/testing.md b/src/doc/trpl/testing.md
index c6aeb86f7d3..32f0d689e30 100644
--- a/src/doc/trpl/testing.md
+++ b/src/doc/trpl/testing.md
@@ -505,5 +505,6 @@ 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)
 
-One final note: Tests *cannot* be run on a binary file. To see more on file arrangement see the [Crates and Modules](crates-and-modules.html) section.
-
+One final note: documentation tests *cannot* be run on binary crates.
+To see more on file arrangement see the [Crates and
+Modules](crates-and-modules.html) section.