Skip to content

Commit

Permalink
Ignore needless_arbitrary_self_type clippy lint in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 24, 2024
1 parent b53b4e7 commit 7bd974b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ fn lint_suppress_with_body() -> Attribute {
clippy::async_yields_async,
clippy::diverging_sub_expression,
clippy::let_unit_value,
clippy::needless_arbitrary_self_type,
clippy::no_effect_underscore_binding,
clippy::shadow_same,
clippy::type_complexity,
Expand Down

0 comments on commit 7bd974b

Please sign in to comment.