Skip to content

Commit

Permalink
fix: Clippys from generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiesler committed Apr 26, 2024
1 parent 552aff2 commit 89cce5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources.rs
Expand Up @@ -7,8 +7,9 @@
//! some are generated.

mod currency;
#[allow(clippy::module_inception)]
#[allow(clippy::new_without_default)]
pub mod generated;
mod placeholders;
mod types;

#[path = "resources"]
Expand Down

0 comments on commit 89cce5b

Please sign in to comment.