From 075d43a9c4882c439b2db4f5045164c4e1b0f2d8 Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Wed, 20 Mar 2024 15:50:48 +0100 Subject: [PATCH] Add `missing_docs` warning. --- bench/justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/justfile b/bench/justfile index 238ded7..58c8c4d 100644 --- a/bench/justfile +++ b/bench/justfile @@ -5,6 +5,7 @@ before_commit: cargo build --all-targets cargo test 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 ethi_bench: