Skip to content

Commit e5c62bc

Browse files
committed
Add extract_msrv_attr for manual_div_ceil
1 parent e348451 commit e5c62bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clippy_lints/src/manual_div_ceil.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ impl<'tcx> LateLintPass<'tcx> for ManualDivCeil {
9999
}
100100
}
101101
}
102+
103+
extract_msrv_attr!(LateContext);
102104
}
103105

104106
fn check_int_ty(cx: &LateContext<'_>, expr: &Expr<'_>) -> bool {

0 commit comments

Comments
 (0)