Rename forget_copy lint to forgetting_copy_types

This commit is contained in:
Urgau
2023-05-19 11:19:31 +02:00
parent 1c7ab18c08
commit 85a1828943
13 changed files with 28 additions and 28 deletions

View File

@@ -691,7 +691,7 @@ pub struct ForgetRefDiag<'a> {
}
#[derive(LintDiagnostic)]
#[diag(lint_forget_copy)]
#[diag(lint_forgetting_copy_types)]
#[note]
pub struct ForgetCopyDiag<'a> {
pub arg_ty: Ty<'a>,