mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
cd70152470
Until `if let` chains are stabilized, we do not collapse them together or with other `if` expressions unless the `let_chains` feature is enabled. This is the case for example in Clippy sources.