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