Skip to content

Commit

Permalink
style: temporary allow needless_return
Browse files Browse the repository at this point in the history
  • Loading branch information
dwiekawki committed Jan 9, 2025
1 parent 733d5d4 commit 0c2a90b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gen.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
pub use gen::*;

// TODO: must be handled in iamgroot
#[allow(clippy::needless_return)]

// vvv GENERATED CODE BELOW vvv
#[allow(clippy::module_inception)]
#[allow(non_snake_case)]
Expand Down

0 comments on commit 0c2a90b

Please sign in to comment.