rust/src/libcore/fmt
Zack M. Davis d37edef9dd 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.
2016-07-03 16:27:02 -07:00
..
rt libcore: add Debug implementations to most missing types 2016-03-20 10:04:55 -07:00
builders.rs Remove unused trait imports 2016-04-12 22:58:55 +09:00
mod.rs prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
num.rs Support 16-bit pointers as well as i/usize 2016-05-19 13:55:13 -04:00