We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bace99 commit 7da44d4Copy full SHA for 7da44d4
Cargo.toml
@@ -53,3 +53,6 @@ harness = false
53
lto = true
54
strip = true
55
codegen-units = 1
56
+
57
+[lints.rust]
58
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pastel_normal_build)'] }
0 commit comments