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 ae4b0a8 + 0d716c3 commit 9ec95adCopy full SHA for 9ec95ad
Cargo.toml
@@ -36,5 +36,6 @@ serde_json = "1.0"
36
# More information: https://docs.rs/about/builds#cross-compiling
37
[package.metadata.docs.rs]
38
all-features = true
39
-rustdoc-args = ["--cfg", "docsrs"]
40
-rustc-args = ["--cfg", "docsrs"]
+
+[lints.rust]
41
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
0 commit comments