rust/compiler/rustc_infer
2020-12-08 20:27:49 +01:00
..
src simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_matching) 2020-12-08 20:27:49 +01:00
Cargo.toml