Skip to content

Commit cd1ed2a

Browse files
committed
move the file to under operators/
WARNING: this won't compile
1 parent d1b51ea commit cd1ed2a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ mod inherent_to_string;
171171
mod init_numbered_fields;
172172
mod inline_fn_without_body;
173173
mod int_plus_one;
174-
mod integer_division_remainder_used;
175174
mod invalid_upcast_comparisons;
176175
mod item_name_repetitions;
177176
mod items_after_statements;

clippy_lints/src/operators/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ mod float_cmp;
1111
mod float_equality_without_abs;
1212
mod identity_op;
1313
mod integer_division;
14+
mod integer_division_remainder_used;
1415
mod manual_div_ceil;
1516
mod manual_is_multiple_of;
1617
mod manual_midpoint;

0 commit comments

Comments
 (0)