False positive from type_repetition_in_bounds
#5839
Labels
C-bug
Category: Clippy is not doing the correct thing
type_repetition_in_bounds
#5839
I tried this code:
I get the warning
HashMap<K, V>
andHashMap<String, V>
are different types so this lint should not show.Meta
cargo clippy -V
: clippy 0.0.212 (346aec9 2020-07-11)rustc -Vv
:The text was updated successfully, but these errors were encountered: