Cleanup: Fix up some diagnostics
This commit is contained in:
parent
791adf759c
commit
ae49dbe707
12 changed files with 57 additions and 47 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue