mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
fix: add extract_msrv_attr call to instan_subtraction lint pass
This commit is contained in:
@@ -112,6 +112,8 @@ fn check_expr(&mut self, cx: &LateContext<'_>, expr: &'_ Expr<'_>) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extract_msrv_attr!(LateContext);
|
||||
}
|
||||
|
||||
fn is_instant_now_call(cx: &LateContext<'_>, expr_block: &'_ Expr<'_>) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user