Skip to content

Commit 1ba20aa

Browse files
committed
Fix manual_div_ceil lint tests
1 parent 0f32a26 commit 1ba20aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/manual_div_ceil.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ declare_clippy_lint! {
2525
/// ```
2626
/// Use instead:
2727
/// ```no_run
28+
/// #![feature(int_roundings)]
2829
/// let x: i32 = 7;
2930
/// let y: i32 = 4;
3031
/// let div = x.div_ceil(y);

0 commit comments

Comments
 (0)