We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc82ce commit 2183297Copy full SHA for 2183297
Cargo.toml
@@ -21,3 +21,6 @@ rust-version = "1.46.0"
21
[features]
22
std = []
23
default = ["std"]
24
+
25
+[lints.rust]
26
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] }
0 commit comments