Skip to content

Commit 6e87c24

Browse files
committed
Fix lint registration
1 parent 13cc27b commit 6e87c24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/clippy/clippy_lints/src/lib.register_lints.rs

-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ store.register_lints(&[
479479
size_of_in_element_count::SIZE_OF_IN_ELEMENT_COUNT,
480480
slow_vector_initialization::SLOW_VECTOR_INITIALIZATION,
481481
stable_sort_primitive::STABLE_SORT_PRIMITIVE,
482-
significant_drop_in_scrutinee::SIGNIFICANT_DROP_IN_SCRUTINEE,
483482
strings::STRING_ADD,
484483
strings::STRING_ADD_ASSIGN,
485484
strings::STRING_FROM_UTF8_AS_BYTES,

0 commit comments

Comments
 (0)