Delete unused InvalidDeprecationVersion diagnostic
This commit is contained in:
parent
2fe7d17bd9
commit
8afb40b3a8
2 changed files with 0 additions and 15 deletions
|
@ -1524,16 +1524,6 @@ pub struct CannotStabilizeDeprecated {
|
|||
pub item_sp: Span,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(passes_invalid_deprecation_version)]
|
||||
pub struct InvalidDeprecationVersion {
|
||||
#[primary_span]
|
||||
#[label]
|
||||
pub span: Span,
|
||||
#[label(passes_item)]
|
||||
pub item_sp: Span,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(passes_missing_stability_attr)]
|
||||
pub struct MissingStabilityAttr<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue