Files
rust/compiler
LingMan fcec76bde4 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.
2020-10-14 06:26:47 +02:00
..
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-10-10 16:19:53 +02:00
2020-10-11 12:09:48 -04:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-10-08 13:17:01 +02:00