Skip to content

Commit

Permalink
Work around clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 22, 2025
1 parent 319d410 commit 4831fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cargo = { level = "warn", priority = -1 }
nursery = { level = "warn", priority = -1 }
pedantic = { level = "warn", priority = -1 }
multiple_crate_versions = "allow"
literal_string_with_formatting_args = "allow" # FIXME: Re-enable "warn" when MRSV is > 1.87. See https://github.com/rust-lang/rust-clippy/pull/13953#issuecomment-2676336899
cfg_not_test = "warn"
clone_on_ref_ptr = "warn"
create_dir = "warn"
Expand Down

0 comments on commit 4831fa2

Please sign in to comment.