Skip to content

Commit

Permalink
Rollup merge of #73080 - ertos-rs:sean.wilson/devel/external_doc-ref-…
Browse files Browse the repository at this point in the history
…fix, r=ollie27

doc/rustdoc: Fix incorrect external_doc feature flag
  • Loading branch information
Dylan-DPC authored Jun 11, 2020
2 parents f4661e2 + 2650c5f commit 12e5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/documentation-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 12e5a69

Please sign in to comment.