Skip to content

Commit 7da44d4

Browse files
David Petersharkdp
authored andcommitted
Fix warnings
1 parent 2bace99 commit 7da44d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ harness = false
5353
lto = true
5454
strip = true
5555
codegen-units = 1
56+
57+
[lints.rust]
58+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pastel_normal_build)'] }

0 commit comments

Comments
 (0)