mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
be8fd8b7d0
- The early return can be right at the top. - The control flow is simplified with `if let`. - The `collect` isn't necessary. - The "Unconditionally" comment is erroneously duplicated from `check_attr_crate_type`, and can be removed.