We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cc27b commit 6e87c24Copy full SHA for 6e87c24
src/tools/clippy/clippy_lints/src/lib.register_lints.rs
@@ -479,7 +479,6 @@ store.register_lints(&[
479
size_of_in_element_count::SIZE_OF_IN_ELEMENT_COUNT,
480
slow_vector_initialization::SLOW_VECTOR_INITIALIZATION,
481
stable_sort_primitive::STABLE_SORT_PRIMITIVE,
482
- significant_drop_in_scrutinee::SIGNIFICANT_DROP_IN_SCRUTINEE,
483
strings::STRING_ADD,
484
strings::STRING_ADD_ASSIGN,
485
strings::STRING_FROM_UTF8_AS_BYTES,
0 commit comments