Skip to content

Commit

Permalink
style: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Oct 23, 2024
1 parent 07d1344 commit 0a9faf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub use gen::*;
#[allow(clippy::module_inception)]
#[allow(non_snake_case)]
#[allow(clippy::enum_variant_names)]
#[allow(clippy::large_enum_variant)]
pub mod gen {
use serde::{Deserialize, Serialize};
use serde_json::Value;
Expand Down

0 comments on commit 0a9faf7

Please sign in to comment.