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 cd3a93b commit 135e619Copy full SHA for 135e619
1 file changed
rust/api/Cargo.toml
@@ -19,4 +19,4 @@ reqwest = { version = "0.11.13", default-features = false, features = ["rustls-
19
_test_utils =["rand"]
20
21
[lints.rust]
22
-unexpected_cfgs = { level = "warn", check-cfg = ['cfg(genproto)'] }
+unexpected_cfgs = { level = "forbid", check-cfg = ['cfg(genproto)'] }
0 commit comments