rust/clippy_lints
bors 86ac6e88a8 Auto merge of #9040 - miam-miam100:unused_named_parameter, r=dswij
Add new lint [`positional_named_format_parameters`]

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog: Add new lint [`positional_named_format_parameters`] to warn when named parameters in format strings are used as positional arguments.
2022-08-16 13:11:27 +00:00
..
src Auto merge of #9040 - miam-miam100:unused_named_parameter, r=dswij 2022-08-16 13:11:27 +00:00
Cargo.toml Bump Clippy version -> 0.1.65 2022-08-11 19:26:38 +02:00
README.md

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