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 df94fd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codegen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
clippy::match_same_arms,
clippy::let_underscore_untyped,
)]
#![allow(
// FIXME: https://github.com/rust-lang/rust-clippy/issues/13885
clippy::literal_string_with_formatting_args,
unknown_lints,
)]

mod v1;
mod v2;
Expand Down

0 comments on commit df94fd0

Please sign in to comment.