Add missing_docs warning.

This commit is contained in:
Ethiraric 2024-03-20 15:50:48 +01:00
parent a94a434b12
commit 075d43a9c4

View file

@ -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: