mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
4f1044a5a6
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.