1
Fork 0
rust/compiler/rustc_ast_pretty
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
..
src Simplify a nested bool match 2020-10-14 06:26:47 +02:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00