]> git.lizzy.rs Git - rust.git/commitdiff
Remove final note from testing chapter.
authorPyfisch <pyfisch@gmail.com>
Tue, 8 Mar 2016 18:33:27 +0000 (19:33 +0100)
committerPyfisch <pyfisch@gmail.com>
Tue, 8 Mar 2016 18:33:27 +0000 (19:33 +0100)
The information that documentation tests cannot be run in binary crates is already given at the beginning of the section.

src/doc/book/testing.md

index d57664bf07e4d8cda1fb217c40973224033e48c2..59d07e4f81c6e923aa08fa3967873395e47c1178 100644 (file)
@@ -515,7 +515,3 @@ 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: documentation tests *cannot* be run on binary crates.
-To see more on file arrangement see the [Crates and
-Modules](crates-and-modules.html) section.