book: whitespace
This commit is contained in:
parent
0adda45c04
commit
e13077f7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ $ rustdoc --test path/to/my/crate/root.rs
|
|||
$ cargo test
|
||||
```
|
||||
|
||||
That's right, `cargo test` tests embedded documentation too. However,
|
||||
That's right, `cargo test` tests embedded documentation too. However,
|
||||
`cargo test` will not test binary crates, only library ones. This is
|
||||
due to the way `rustdoc` works: it links against the library to be tested,
|
||||
but with a binary, there’s nothing to link to.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue