rust/src/libserialize
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
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
collection_impls.rs try! -> ? 2016-03-22 22:01:37 -05:00
hex.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
json.rs prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
lib.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
serialize.rs try! -> ? 2016-03-22 22:01:37 -05:00