You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cargo clippy --all-targets --all-features -- -D warnings, a large number of warnings are emitted, making it impossible to enforce -D warnings in CI.
Description
When running
cargo clippy --all-targets --all-features -- -D warnings, a large number of warnings are emitted, making it impossible to enforce-D warningsin CI.Steps to Reproduce