Skip to content

Commit

Permalink
Update since version for doctest feature
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 29, 2019
1 parent 3e3d919 commit 1595fde
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 @@ -415,7 +415,7 @@ Another possible use of `cfg(doctest)` is to test doctests that are included in
without including it in your main documentation. For example, you could write this into your
`lib.rs` to test your README as part of your doctests:

```rust,no_run (includes-extra-file)
```rust,ignore
#![feature(extern_doc)]
#[doc(include="../README.md")]
Expand Down

0 comments on commit 1595fde

Please sign in to comment.