Skip to content

Commit d41003b

Browse files
Hooleancmyr
authored andcommitted
Continue to not run doctests, as they rely on a hypothetical example UFO
1 parent 65e644f commit d41003b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#![doc = include_str!("../README.md")]
1+
// Share module docs with README, and continue not running doctests there.
2+
#![cfg_attr(not(doctest), doc = include_str!("../README.md"))]
23
#![warn(missing_docs)]
34
#![deny(rustdoc::broken_intra_doc_links, unsafe_code)]
45

0 commit comments

Comments
 (0)