mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
99d02fb40f
`to_lowercase` allocates, but `eq_ignore_ascii_case` doesn't. This path is hot enough that this makes a small but noticeable difference in benchmarking.