diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 49fbd8da0..0bf4d87ef 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -42,3 +42,6 @@ rand = "0.8.5" getrandom = { version = "0.2.15", features = ["js"] } noclip-macros = { version = "*", path = "./noclip-macros" } texture2ddecoder = { git = "https://github.com/wgreenberg/texture2ddecoder" } + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }