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 c9d0c30 + 0d716c3 commit eeafd2bCopy full SHA for eeafd2b
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