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.
2 parents 40eb356 + c3593fa commit 0d716c3Copy full SHA for 0d716c3
Cargo.toml
@@ -31,3 +31,6 @@ bincode = "1"
31
quickcheck = { version = "1.0.3", default-features = false }
32
rand = "0.8.4"
33
serde_json = "1.0"
34
+
35
+[lints.rust]
36
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
0 commit comments