diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-08-04 08:05:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 08:05:54 +0900 |
| commit | 917c047c33a0b44b5406c8aab9e47d693106cbba (patch) | |
| tree | 17051d5102ae6275250ea3bd4ef280ea84a0dbe3 /compiler/rustc_codegen_gcc/example/alloc_example.rs | |
| parent | 75e14873b83f458841f815ccb3b7f4eac83b4327 (diff) | |
| parent | 02b7754f9e7c01048581a283ced85183cc34a61f (diff) | |
| download | rust-917c047c33a0b44b5406c8aab9e47d693106cbba.tar.gz rust-917c047c33a0b44b5406c8aab9e47d693106cbba.zip | |
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();
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/alloc_example.rs')
0 files changed, 0 insertions, 0 deletions
