Enforce no warnings in docs (#1605)

This commit is contained in:
Thomas Eizinger
2023-05-12 20:28:21 +02:00
committed by GitHub
parent b090557e3d
commit 24e4a1c052

View File

@@ -29,5 +29,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo doc --no-deps --document-private-items
env:
RUSTDOCFLAGS: "-D warnings"
- run: cargo clippy -- -D warnings
- run: cargo test