59389d927212f42841c6c30e67a3874c4809c2af
Previously the lint job ran fmt --check and clippy separately without the -D warnings flag, allowing clippy warnings to pass silently. Now clippy runs with --all-targets (catches issues in tests and benches) and -D warnings (treats all warnings as errors).
Description
No description provided
Languages
Rust
98.8%
Shell
1.1%
Dockerfile
0.1%