Files
rust/src
bors d508de6cf7 Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfried
prefer `if let` to match with `None => {}` arm in some places

This is a spiritual succesor to #34268 / 8531d581, in which we replaced a
number of matches of None to the unit value with `if let` conditionals
where it was judged that this made for clearer/simpler code (as would be
recommended by Manishearth/rust-clippy's `single_match` lint). The same
rationale applies to matches of None to the empty block.

----

r? @jseyfried
2016-07-04 02:18:46 -07:00
..
2016-06-05 20:26:24 +02:00
2016-06-07 21:29:35 +05:30
2016-06-27 18:30:46 +00:00
2016-06-27 18:30:46 +00:00
2016-06-27 18:30:46 +00:00
2016-05-29 08:47:51 +05:30
2016-06-05 09:45:47 +03:00
2016-05-29 21:04:21 +05:30