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.
published_docs
1 parent 83bcc6d commit bfed2d6Copy full SHA for bfed2d6
godot-bindings/Cargo.toml
@@ -56,6 +56,7 @@ features = ["experimental-godot-api"]
56
rustdoc-args = ["--cfg", "published_docs"]
57
rustc-args = ["--cfg", "published_docs"]
58
59
-# Currently causes "unused manifest key" warnings. Maybe re-enable in the future, to make `published_docs` known.
60
-#[lints.rust]
61
-#unexpected_cfgs = { level = "warn", check-cfg = ['cfg(published_docs)'] }
+# Enabled only for godot-bindings; the others have it set via build.rs.
+# Necessary to avoid warnings in release workflow.
+[lints.rust]
62
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(published_docs)'] }
0 commit comments