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