Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
David Peter authored and sharkdp committed Sep 6, 2024
1 parent 2bace99 commit 7da44d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ harness = false
lto = true
strip = true
codegen-units = 1

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pastel_normal_build)'] }

0 comments on commit 7da44d4

Please sign in to comment.