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 58dd600 commit 8990060Copy full SHA for 8990060
protobuf/Cargo.toml
@@ -28,3 +28,6 @@ protobuf-support = { path = "../protobuf-support", version = "=4.0.0-alpha.0" }
28
29
[package.metadata.docs.rs]
30
all-features = true
31
+
32
+[lints.rust]
33
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }
0 commit comments