Rollup merge of #73080 - ertos-rs:sean.wilson/devel/external_doc-ref-fix, r=ollie27
doc/rustdoc: Fix incorrect external_doc feature flag
This commit is contained in:
commit
12e5a69fee
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue