rust/clippy_lints
Yuri Astrakhan 197b444407 Ignore underscore-prefixed args for needless_pass_by_value lint
When a user explicitly tags a param as unused (yet?), there is no need to raise another lint on it.
2024-07-16 18:00:11 -04:00
..
src Ignore underscore-prefixed args for needless_pass_by_value lint 2024-07-16 18:00:11 -04:00
Cargo.toml
README.md

This crate contains Clippy lints. For the main crate, check GitHub.