book: it's just doctests that can't be run on binary files

This commit is contained in:
Tshepang Lekhonkhobe 2015-10-29 22:45:09 +02:00
parent 01fd4d6227
commit 898f3af1ce

View file

@ -505,5 +505,6 @@ you add more examples.
We havent 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.