Skip to content

Commit 1595fde

Browse files
Update since version for doctest feature
1 parent 3e3d919 commit 1595fde

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
@@ -415,7 +415,7 @@ Another possible use of `cfg(doctest)` is to test doctests that are included in
415415
without including it in your main documentation. For example, you could write this into your
416416
`lib.rs` to test your README as part of your doctests:
417417

418-
```rust,no_run (includes-extra-file)
418+
```rust,ignore
419419
#![feature(extern_doc)]
420420
421421
#[doc(include="../README.md")]

0 commit comments

Comments
 (0)