remove an unused struct ForbiddenNonLifetimeParam

This commit is contained in:
Takayuki Maeda 2023-06-27 22:11:54 +09:00
parent f42f19b6d3
commit 1b7efb5ade

View File

@ -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 {