From ab92cf64b6f86a61b1b166ab1b57ad769dab1ece Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Mon, 3 Jan 2022 15:54:41 +0300 Subject: [PATCH] Disable doctests for the main crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1d329a2..4f2fc67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,7 @@ walkdir = "2.3" [lib] name = "qoi_fast" path = "src/lib.rs" +doctest = false [profile.test] opt-level = 3