mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
733568ac7d
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