1
Fork 0
rust/compiler/rustc_parse/src
ecstatic-morse dcf4d1f2be
Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPC
use if let instead of single match arm expressions

use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match)
2020-09-21 20:40:55 -07:00
..
lexer use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match) 2020-09-20 11:42:52 +02:00
parser improve diagnostics for lifetime after &mut 2020-09-15 10:36:06 -04:00
lib.rs Don't use zip to compare iterators during pretty-print hack 2020-09-21 15:11:59 -04:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00