mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
439ea4b621
Simplify a nested bool match Logically this first eliminates the innermost match by merging the patterns. Then, in a second step, turns the newly innermost match into a `matches!` call. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |