We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53b4e7 commit 7bd974bCopy full SHA for 7bd974b
src/expand.rs
@@ -129,6 +129,7 @@ fn lint_suppress_with_body() -> Attribute {
129
clippy::async_yields_async,
130
clippy::diverging_sub_expression,
131
clippy::let_unit_value,
132
+ clippy::needless_arbitrary_self_type,
133
clippy::no_effect_underscore_binding,
134
clippy::shadow_same,
135
clippy::type_complexity,
0 commit comments