Skip to content

Commit 0b1b5dc

Browse files
committed
Do not run doctests
Prevents this output when running `cargo test`: Doc-tests pullpito running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s See Cargo Book about the Manifest format: https://doc.rust-lang.org/cargo/reference/cargo-targets.html?highlight=doctest#the-doctest-field
1 parent 8cd315c commit 0b1b5dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ reqwest = { version = "0.12", features = ["blocking"] }
2020
structopt = "0.3"
2121
regex = "1.10"
2222
lazy_static = "1.4"
23+
24+
[lib]
25+
doctest = false

0 commit comments

Comments
 (0)