Skip to content

Commit 2650c5f

Browse files
author
Sean Wilson
committed
doc/rustdoc: Fix incorrect external_doc feature flag
1 parent 9c1857f commit 2650c5f

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)