mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 08:05:31 +00:00
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.