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 8e6373b commit fc51f47Copy full SHA for fc51f47
1 file changed
Cargo.toml
@@ -38,3 +38,10 @@ reqwest = { version = "0.11.13", default-features = false, features = ["rustls-
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