rust/src/librustc_hir_pretty
Matthias Krüger 9bba047c2e Use if let instead of match when only matching a single variant (clippy::single_match)
Makes code more compact and reduces nestig.
2020-03-30 10:52:29 +02:00
..
Cargo.toml move rustc_hir::print -> rustc_hir_pretty 2020-03-24 06:25:03 +01:00
lib.rs Use if let instead of match when only matching a single variant (clippy::single_match) 2020-03-30 10:52:29 +02:00