remove an unused struct ForbiddenNonLifetimeParam
This commit is contained in:
parent
f42f19b6d3
commit
1b7efb5ade
1 changed files with 0 additions and 7 deletions
|
@ -77,13 +77,6 @@ pub struct ForbiddenLifetimeBound {
|
|||
pub spans: Vec<Span>,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(ast_passes_forbidden_non_lifetime_param)]
|
||||
pub struct ForbiddenNonLifetimeParam {
|
||||
#[primary_span]
|
||||
pub spans: Vec<Span>,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(ast_passes_fn_param_too_many)]
|
||||
pub struct FnParamTooMany {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue