Skip to content

Commit

Permalink
style: temporarily allow clippy::literal_string_with_formatting_args
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Dec 29, 2024
1 parent 9555e11 commit bcb351c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codegen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
clippy::wildcard_imports,
clippy::match_same_arms,
clippy::let_underscore_untyped,
// FIXME: https://github.com/rust-lang/rust-clippy/issues/13885
clippy::literal_string_with_formatting_args,
)]

mod v1;
Expand Down

0 comments on commit bcb351c

Please sign in to comment.