From 898f3af1cea5c6e070e04844dda029cd3c540a1c Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 29 Oct 2015 22:45:09 +0200 Subject: [PATCH] book: it's just doctests that can't be run on binary files --- src/doc/trpl/testing.md | 5 +++-- 1 file 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.