rust/compiler/rustc_mir
Yuki Okushi 917c047c33
Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514
don't use .into() to convert types to identical types (clippy::useless_conversion)

Example:
let _x: String = String::from("hello world").into();
2021-08-04 08:05:54 +09:00
..
src Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514 2021-08-04 08:05:54 +09:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00