diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-10-30 08:55:39 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-10-30 08:55:39 -0700 |
| commit | 88946f72d527ff66519f7bbbd7eda102005e839d (patch) | |
| tree | 571aa461dc3c3ba9ae06f8792084a0ca299e466c /src | |
| parent | abb3b9c505f31f4f28cf238cf553efc22bf68790 (diff) | |
| parent | 7163d65e24b9ccdd596c0af8d07bcb52b972ea15 (diff) | |
| download | rust-88946f72d527ff66519f7bbbd7eda102005e839d.tar.gz rust-88946f72d527ff66519f7bbbd7eda102005e839d.zip | |
rollup merge of #18381 : pelmers/patch-1
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustdoc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc.md b/src/doc/rustdoc.md index 4b995631467..05475c605ea 100644 --- a/src/doc/rustdoc.md +++ b/src/doc/rustdoc.md @@ -221,7 +221,7 @@ testing this code, the `fib` function will be included (so it can compile). Running tests often requires some special configuration to filter tests, find libraries, or try running ignored examples. The testing framework that rustdoc -uses is build on crate `test`, which is also used when you compile crates with +uses is built on crate `test`, which is also used when you compile crates with rustc's `--test` flag. Extra arguments can be passed to rustdoc's test harness with the `--test-args` flag. |
