Skip to content

Commit 500c35e

Browse files
committed
fmt
1 parent c114438 commit 500c35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ mod inherent_impl;
175175
mod inherent_to_string;
176176
mod init_numbered_fields;
177177
mod inline_fn_without_body;
178-
mod time_subtraction;
179178
mod int_plus_one;
180179
mod integer_division_remainder_used;
181180
mod invalid_upcast_comparisons;
@@ -355,6 +354,7 @@ mod swap_ptr_to_ref;
355354
mod tabs_in_doc_comments;
356355
mod temporary_assignment;
357356
mod tests_outside_test_module;
357+
mod time_subtraction;
358358
mod to_digit_is_some;
359359
mod to_string_trait_impl;
360360
mod trailing_empty_array;

0 commit comments

Comments
 (0)