rust/compiler
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
..
2020-09-11 09:37:51 -07:00
2020-09-20 15:13:11 +02:00
2020-09-13 22:53:51 +02:00
2020-09-17 12:18:09 +02:00
2020-09-21 05:43:39 +02:00