mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
9f566f2463
In the codebase we sometimes use `matches!` for values that can actually just be compared. Replace them with `==`.