We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a8b17 commit a104c10Copy full SHA for a104c10
Cargo.toml
@@ -47,3 +47,6 @@ wasm-bindgen-test = "0.3.13"
47
[profile.release]
48
# Tell `rustc` to optimize for small code size.
49
opt-level = "s"
50
+
51
+[lints.rust]
52
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }
0 commit comments