diff options
| author | Wesley Norris <repnop@outlook.com> | 2018-12-31 18:05:57 -0500 |
|---|---|---|
| committer | Wesley Norris <repnop@outlook.com> | 2019-01-17 17:26:24 -0500 |
| commit | 09cad1b8a56adce59df92a588e43552dc2f832f0 (patch) | |
| tree | eacc19e3007821c99603b72f3239764c1f62d789 /src/doc/rustdoc | |
| parent | 80ee94c1f8640e866840dbcafe76ccdcbfe20fd8 (diff) | |
| download | rust-09cad1b8a56adce59df92a588e43552dc2f832f0.tar.gz rust-09cad1b8a56adce59df92a588e43552dc2f832f0.zip | |
Add book section and fix typo.
Diffstat (limited to 'src/doc/rustdoc')
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 905b0646534..92ea366686c 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -417,3 +417,7 @@ JavaScript, and font files in a single location, rather than duplicating it once (grouping of crate docs generated into the same output directory, like with `cargo doc`). Per-crate files like the search index will still load from the documentation root, but anything that gets renamed with `--resource-suffix` will load from the given path. + +### `--persist-doctests`: persist doctest executables after running + +This feature allows the persistence of the doctest executables to the specified path. \ No newline at end of file |
