We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c114438 commit 500c35eCopy full SHA for 500c35e
clippy_lints/src/lib.rs
@@ -175,7 +175,6 @@ mod inherent_impl;
175
mod inherent_to_string;
176
mod init_numbered_fields;
177
mod inline_fn_without_body;
178
-mod time_subtraction;
179
mod int_plus_one;
180
mod integer_division_remainder_used;
181
mod invalid_upcast_comparisons;
@@ -355,6 +354,7 @@ mod swap_ptr_to_ref;
355
354
mod tabs_in_doc_comments;
356
mod temporary_assignment;
357
mod tests_outside_test_module;
+mod time_subtraction;
358
mod to_digit_is_some;
359
mod to_string_trait_impl;
360
mod trailing_empty_array;
0 commit comments