Skip to content

Commit

Permalink
Work around unused_parens rustc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 12, 2020
1 parent 96475de commit 544b7f8
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 @@ -446,6 +446,7 @@ fn transform_block(
let box_pin = quote_spanned!(brace.span=> {
#[allow(
#allow_non_snake_case
unused_parens, // https://github.com/dtolnay/async-trait/issues/118
clippy::missing_docs_in_private_items,
clippy::needless_lifetimes,
clippy::ptr_arg,
Expand Down

0 comments on commit 544b7f8

Please sign in to comment.