mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 15:48:25 +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.