Skip to content

Commit 7bd974b

Browse files
committed
Ignore needless_arbitrary_self_type clippy lint in generated code
1 parent b53b4e7 commit 7bd974b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/expand.rs

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ fn lint_suppress_with_body() -> Attribute {
129129
clippy::async_yields_async,
130130
clippy::diverging_sub_expression,
131131
clippy::let_unit_value,
132+
clippy::needless_arbitrary_self_type,
132133
clippy::no_effect_underscore_binding,
133134
clippy::shadow_same,
134135
clippy::type_complexity,

0 commit comments

Comments
 (0)