Skip to content

Commit

Permalink
allow(non_local_definitions)
Browse files Browse the repository at this point in the history
  • Loading branch information
maackle committed Nov 3, 2024
1 parent 46db80d commit bbb44dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proptest-derive/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ impl Impl {
// The double-curly-braces are not strictly required, but allow the expression to be
// annotated with an attribute.
let q = quote! {
#[allow(non_local_definitions)]
#[allow(non_upper_case_globals)]
#[allow(clippy::arc_with_non_send_sync)]
const _: () = {
Expand Down

0 comments on commit bbb44dd

Please sign in to comment.