]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/lib.register_complexity.rs
Auto merge of #9258 - Serial-ATA:unused-peekable, r=Alexendoo
[rust.git] / clippy_lints / src / lib.register_complexity.rs
index 0f7433a79be300893d4ad90b96ec85ecf20b1e5e..aa247352f88fb653ccbc6572c45bb74caedc63c7 100644 (file)
@@ -72,6 +72,7 @@
     LintId::of(neg_cmp_op_on_partial_ord::NEG_CMP_OP_ON_PARTIAL_ORD),
     LintId::of(no_effect::NO_EFFECT),
     LintId::of(no_effect::UNNECESSARY_OPERATION),
+    LintId::of(only_used_in_recursion::ONLY_USED_IN_RECURSION),
     LintId::of(operators::DOUBLE_COMPARISONS),
     LintId::of(operators::DURATION_SUBSEC),
     LintId::of(operators::IDENTITY_OP),