rust/clippy_lints
bors fe01ddc8bc Auto merge of #6769 - Y-Nak:inconsistent-struct-constructor, r=matthiaskrgr
Inconsistent struct constructor

fixes: #6352
r? `@matthiaskrgr`

I added the lint that checks for the struct constructors where the order of the field init shorthands is inconsistent with that in the struct definition.

changelog: Add style lint: `inconsistent_struct_constructor`
2021-02-22 09:29:20 +00:00
..
src Auto merge of #6769 - Y-Nak:inconsistent-struct-constructor, r=matthiaskrgr 2021-02-22 09:29:20 +00:00
Cargo.toml Bump clippy version 2021-02-05 18:32:28 -05:00
README.md

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