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. |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| collection_impls.rs | ||
| hex.rs | ||
| json.rs | ||
| lib.rs | ||
| serialize.rs | ||