From bb3cc83120c53acff61be131cfdaa3ee909a1d81 Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Thu, 28 Mar 2024 21:03:14 +0100 Subject: [PATCH] Add doc checks to `before_commit`. --- bench/justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/justfile b/bench/justfile index 58c8c4d..f33ee69 100644 --- a/bench/justfile +++ b/bench/justfile @@ -7,6 +7,7 @@ before_commit: cargo test --release cargo test --doc cargo build --profile=release-lto --package gen_large_yaml --bin gen_large_yaml --manifest-path tools/gen_large_yaml/Cargo.toml + RUSTDOCFLAGS="-D warnings" cargo doc --all-features ethi_bench: cargo build --release --all-targets