Skip to content

Commit

Permalink
Reduce warnings for #[derive_ReprC]-generated type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Aug 10, 2024
1 parent 5701f26 commit 0aad2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc_macro/derives/repr_c/enum_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn derive (
};

ret.extend(quote!(
#[allow(nonstandard_style)]
#[allow(warnings, clippy::all)]
#[repr(transparent)]
#[#ඞ::derive(
#ඞ::Clone, #ඞ::Copy,
Expand Down

0 comments on commit 0aad2a7

Please sign in to comment.