1
Fork 0

Cleanup: Fix up some diagnostics

This commit is contained in:
León Orell Valerian Liehr 2024-05-17 14:43:59 +02:00
parent 791adf759c
commit ae49dbe707
No known key found for this signature in database
GPG key ID: D17A07215F68E713
12 changed files with 57 additions and 47 deletions

View file

@ -2227,7 +2227,7 @@ pub struct MacroUseDeprecated;
pub struct UnusedMacroUse;
#[derive(LintDiagnostic)]
#[diag(lint_private_extern_crate_reexport)]
#[diag(lint_private_extern_crate_reexport, code = E0365)]
pub struct PrivateExternCrateReexport {
pub ident: Ident,
}