We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adda45 commit e13077fCopy full SHA for e13077f
src/doc/trpl/documentation.md
@@ -382,7 +382,7 @@ $ rustdoc --test path/to/my/crate/root.rs
382
$ cargo test
383
```
384
385
-That's right, `cargo test` tests embedded documentation too. However,
+That's right, `cargo test` tests embedded documentation too. However,
386
`cargo test` will not test binary crates, only library ones. This is
387
due to the way `rustdoc` works: it links against the library to be tested,
388
but with a binary, there’s nothing to link to.
0 commit comments