Skip to content

Commit

Permalink
fix pedantic=warn cippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jul 29, 2024
1 parent 2380715 commit 06770cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[workspace]
resolver = "2"
members = [
"buildpacks/php",
"composer"
]
members = ["buildpacks/php", "composer"]

[workspace.package]
edition = "2021"
Expand All @@ -16,5 +13,6 @@ unused_crate_dependencies = "warn"

[workspace.lints.clippy]
panic_in_result_fn = "warn"
pedantic = "warn"
# explicit priority because of https://github.com/rust-lang/cargo/issues/13565
pedantic = { level = "warn", priority = -1 }
unwrap_used = "warn"

0 comments on commit 06770cd

Please sign in to comment.