We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3d919 commit 1595fdeCopy full SHA for 1595fde
src/doc/rustdoc/src/documentation-tests.md
@@ -415,7 +415,7 @@ Another possible use of `cfg(doctest)` is to test doctests that are included in
415
without including it in your main documentation. For example, you could write this into your
416
`lib.rs` to test your README as part of your doctests:
417
418
-```rust,no_run (includes-extra-file)
+```rust,ignore
419
#![feature(extern_doc)]
420
421
#[doc(include="../README.md")]
0 commit comments