mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

- 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.