rust/src/librustc_ast_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
..
pprust Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
helpers.rs
lib.rs pretty: raise recursion_limit = 256 2020-02-01 18:59:49 +01:00
pp.rs
pprust.rs Use if let instead of match when only matching a single variant (clippy::single_match) 2020-03-30 10:52:29 +02:00