mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 11:10:48 +00:00
Use `eq_ignore_ascii_case` to avoid heap alloc in `detect_confuse_type` A small optimization has been made, using `to_ascii_lowercase()` instead of `to_lowercase().to_string()`. r? compiler