Skip to content

Commit

Permalink
Merge pull request #119 from dtolnay/parens
Browse files Browse the repository at this point in the history
Work around unused_parens rustc issue
  • Loading branch information
dtolnay authored Aug 12, 2020
2 parents 96475de + 544b7f8 commit 36906fe
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 36906fe

Please sign in to comment.