unnested_or_patterns does not respect clippy.toml msrv #6953
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Repro:
cargo clippy
emits a unnested_or_patterns lint, despite that syntax not being valid on Rust 1.31.0.The suggested replacement on Rust 1.31.0:
Meta
cargo clippy -V
: clippy 0.1.52 (5d04957 2021-03-22)rustc -Vv
:The text was updated successfully, but these errors were encountered: