Remove a back compat warning
This commit is contained in:
parent
b869e84e58
commit
5965948ba1
3 changed files with 12 additions and 30 deletions
|
@ -31,10 +31,6 @@ pub struct MixedBinCrate;
|
|||
#[diag(interface_mixed_proc_macro_crate)]
|
||||
pub struct MixedProcMacroCrate;
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(interface_proc_macro_doc_without_arg)]
|
||||
pub struct ProcMacroDocWithoutArg;
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(interface_error_writing_dependencies)]
|
||||
pub struct ErrorWritingDependencies<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue