mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
94b703588e
Now that `if let` chains have been introduced, the `if_chain` external crate is no longer necessary. Dropping special support for it also alleviates the need to keep the crate as a dependency in tests. This is a cleanup PR. changelog: none