rust/src/librand
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
..
distributions run rustfmt on librand folder 2016-05-29 08:40:34 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
chacha.rs run rustfmt on librand folder 2016-05-29 08:40:34 +05:30
isaac.rs run rustfmt on librand folder 2016-05-29 08:40:34 +05:30
lib.rs run rustfmt on librand folder 2016-05-29 08:40:34 +05:30
rand_impls.rs prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
reseeding.rs run rustfmt on librand folder 2016-05-29 08:40:34 +05:30