diff options
| author | Will Crichton <wcrichto@cs.stanford.edu> | 2021-10-19 20:08:30 -0700 |
|---|---|---|
| committer | Will Crichton <wcrichto@cs.stanford.edu> | 2021-10-19 20:08:30 -0700 |
| commit | 8f80d86d85ca88e69f423eae88db3adc1e277f24 (patch) | |
| tree | 5160d8585e6f605946782c4c7f5f5fd4862df331 /src/doc | |
| parent | 24a71cbdd7bd1f27029334eacc247e70d21b5765 (diff) | |
| download | rust-8f80d86d85ca88e69f423eae88db3adc1e277f24.tar.gz rust-8f80d86d85ca88e69f423eae88db3adc1e277f24.zip | |
Small scrape-example fixes
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index ea8589116b9..c701a0e2919 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -462,7 +462,7 @@ This option, combined with `--scrape-examples-target-crate` and `--scrape-exampl ```bash $ rustdoc examples/ex.rs -Z unstable-options \ - --extern foobar=target/deps/libfoobar.rmeta + --extern foobar=target/deps/libfoobar.rmeta \ --scrape-examples-target-crate foobar \ --scrape-examples-output-path output.calls $ rustdoc src/lib.rs -Z unstable-options --with-examples output.calls |
