diff options
| author | Sean Wilson <sean.wilson@ghs.com> | 2020-06-06 17:20:06 -0700 |
|---|---|---|
| committer | Sean Wilson <sean.wilson@ghs.com> | 2020-06-06 17:20:06 -0700 |
| commit | 2650c5fc6c8aac7f802b05490d0755cfda7f85cc (patch) | |
| tree | 8f4de96963799070bc67db0b6f3d7a491b48754a /src/doc/rustdoc | |
| parent | 9c1857fad849ad56d38327b9bc11377a0bdbb4cf (diff) | |
| download | rust-2650c5fc6c8aac7f802b05490d0755cfda7f85cc.tar.gz rust-2650c5fc6c8aac7f802b05490d0755cfda7f85cc.zip | |
doc/rustdoc: Fix incorrect external_doc feature flag
Diffstat (limited to 'src/doc/rustdoc')
| -rw-r--r-- | src/doc/rustdoc/src/documentation-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/documentation-tests.md b/src/doc/rustdoc/src/documentation-tests.md index efadae1c5fb..18010bebcf0 100644 --- a/src/doc/rustdoc/src/documentation-tests.md +++ b/src/doc/rustdoc/src/documentation-tests.md @@ -416,7 +416,7 @@ without including it in your main documentation. For example, you could write th `lib.rs` to test your README as part of your doctests: ```rust,ignore -#![feature(extern_doc)] +#![feature(external_doc)] #[doc(include="../README.md")] #[cfg(doctest)] |
