iter_kv_map
needs to be MSRV gated on 1.54
#11752
Labels
C-bug
Category: Clippy is not doing the correct thing
iter_kv_map
needs to be MSRV gated on 1.54
#11752
Summary
The new iter_kv_map lint triggers even when clippy.toml MSRV is set before the
into_keys
method exists.Reproducer
You will get a suggestion to use
into_keys
rather thaninto_iter().map
. Butinto_keys
is not available until Rust 1.54.Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: