Disable doctests for the main crate
This commit is contained in:
parent
7b0044a824
commit
ab92cf64b6
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ walkdir = "2.3"
|
|||
[lib]
|
||||
name = "qoi_fast"
|
||||
path = "src/lib.rs"
|
||||
doctest = false
|
||||
|
||||
[profile.test]
|
||||
opt-level = 3
|
||||
|
|
Loading…
Reference in a new issue