about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2023-05-23 00:32:19 +0530
committerGitHub <noreply@github.com>2023-05-23 00:32:19 +0530
commit71f78682be1c097e7a43d20ab84c81b08f8b6305 (patch)
treee9e85345558bf9b44497d929ccb195f9d6aceeb8 /compiler/rustc_codegen_llvm/src
parentdf8b0dfc277e302882d5052e20b7eb7b725d2bdf (diff)
parent6b08a745a4d59e9bf51d2d591c569c9e758bd02a (diff)
downloadrust-71f78682be1c097e7a43d20ab84c81b08f8b6305.tar.gz
rust-71f78682be1c097e7a43d20ab84c81b08f8b6305.zip
Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead
Rename `{drop,forget}_{copy,ref}` lints to more consistent naming

This PR renames previous uplifted lints in https://github.com/rust-lang/rust/pull/109732 to more consistent naming.

I followed the renaming done [here](https://github.com/rust-lang/rust/issues/53224) and also advocated in this [clippy issue](https://github.com/rust-lang/rust-clippy/issues/2845):
   - `drop_copy` to `dropping_copy_types`
   - `forget_copy` to `forgetting_copy_types`
   - `drop_ref` to `dropping_references`
   - `forget_ref` to `forgetting_references`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions