Disable doctests for the main crate

This commit is contained in:
Ivan Smirnov 2022-01-03 15:54:41 +03:00
parent 7b0044a824
commit ab92cf64b6

View file

@ -29,6 +29,7 @@ walkdir = "2.3"
[lib]
name = "qoi_fast"
path = "src/lib.rs"
doctest = false
[profile.test]
opt-level = 3