Closed
Description
When using the master toolchain and a clippy built by master, the unnested_or_patterns
lint triggers on crates although the or_patterns
feature is not enabled in these crates.
This does not happen if the nightly-clippy is used.
See #5378 (comment) for details