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