Skip to content

Commit

Permalink
allow foo for generated coded
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Jan 7, 2025
1 parent 3983218 commit 61f31ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl GeneratedCode {
let code = generated_code.code();
quote! {
#[allow(clippy::too_many_arguments)]
#[allow(clippy::disallowed_names)]
#[no_implicit_prelude]
pub mod #mod_name {
#prelude
Expand Down

0 comments on commit 61f31ca

Please sign in to comment.