From d7e406eab811ae5cbb01c986c6e9ff681e5a6657 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Tue, 8 Mar 2016 19:33:27 +0100 Subject: [PATCH] Remove final note from testing chapter. 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/doc/book/testing.md b/src/doc/book/testing.md index d57664bf07e4d..59d07e4f81c6e 100644 --- a/src/doc/book/testing.md +++ b/src/doc/book/testing.md @@ -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.