Forbid cargo clippy warnings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2022-09-02 15:56:25 +02:00
parent 45c3e5f209
commit 6f9916358c

View File

@ -8,6 +8,6 @@ steps:
image: rust
commands:
- rustup component add clippy
- cargo clippy
- cargo clippy -- -D warnings
- cargo test