Skip to content

Commit 12e5a69

Browse files
authored
Rollup merge of #73080 - ertos-rs:sean.wilson/devel/external_doc-ref-fix, r=ollie27
doc/rustdoc: Fix incorrect external_doc feature flag
2 parents f4661e2 + 2650c5f commit 12e5a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/documentation-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ without including it in your main documentation. For example, you could write th
416416
`lib.rs` to test your README as part of your doctests:
417417

418418
```rust,ignore
419-
#![feature(extern_doc)]
419+
#![feature(external_doc)]
420420
421421
#[doc(include="../README.md")]
422422
#[cfg(doctest)]

0 commit comments

Comments
 (0)