bors
c24784ed81
Auto merge of #11757 - matthri:iter-kv-map-msrv-fix, r=Alexendoo
...
Fix iter_kv_map false positive into_keys and into_values suggestion
fixes : #11752
changelog: [`iter_kv_map`]: fix false positive: Don't suggest `into_keys()` and `into_values()` if the MSRV is to low
2023-11-22 20:39:44 +00:00
Matthias Richter
a20f61b194
add iter_kv_map to msrv config
2023-11-22 15:19:18 +01:00
Guillaume Gomez
abd9deb9f4
[missing_safety_doc
], [unnecessary_safety_doc
], [missing_panics_doc
], [missing_errors_doc
]: Added the [check-private-items
] configuration to enable lints on private items.
...
[#11842 ](https://github.com/rust-lang/rust-clippy/pull/11842 )
2023-11-21 11:42:42 +01:00
Philipp Krones
6f952fbe53
Bump Clippy version -> 0.1.76
2023-11-16 19:02:33 +01:00
Matthias Richter
5f651da2de
fix iter_kv_map dont suggest into_keys and into_values if msrv is to low
2023-11-12 15:43:08 +01:00
Alex Macleod
f1979d48d7
Destructure Conf
in register_lints
2023-11-10 23:47:52 +00:00
Alex Macleod
7df1c8aa78
Hide config implementation details from public docs
2023-10-24 11:52:17 +00:00
Alex Macleod
4622203c9b
Move configuration to new clippy_config
crate
2023-10-23 20:05:10 +00:00