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