rust/src/librustc_parse
Dylan DPC 02b96b3ecc
Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simulacrum
don't use .into() to convert types into identical types.

This removes redundant `.into()` calls.

example: `let s: String = format!("hello").into();`
2020-02-28 01:55:49 +01:00
..
lexer Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simulacrum 2020-02-28 01:55:49 +01:00
parser Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simulacrum 2020-02-28 01:55:49 +01:00
Cargo.toml syntax::print -> new crate rustc_ast_pretty 2020-02-01 18:59:49 +01:00
config.rs Rollup merge of #69057 - Centril:clean-expand, r=petrochenkov 2020-02-13 21:28:05 +01:00
lib.rs don't use .into() to convert types into identical types. 2020-02-27 23:32:46 +01:00
validate_attr.rs Run RustFmt 2020-02-11 19:49:01 +10:00