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.
genproto
cfg
1 parent 0ed5277 commit fa3bcafCopy full SHA for fa3bcaf
1 file changed
Cargo.toml
@@ -38,3 +38,10 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls
38
mockito = "0.28.0"
39
proptest = "1.1.0"
40
tokio = { version = "1.22.0", features = ["macros"]}
41
+
42
+[lints.rust.unexpected_cfgs]
43
+level = "forbid"
44
+# When adding a new cfg attribute, ensure that it is added to this list.
45
+check-cfg = [
46
+ "cfg(genproto)",
47
+]
0 commit comments