diff --git a/crates/prophecy/Cargo.toml b/crates/prophecy/Cargo.toml index ffef2d44..cccbfa71 100644 --- a/crates/prophecy/Cargo.toml +++ b/crates/prophecy/Cargo.toml @@ -39,6 +39,3 @@ features = [ 'WebGlUniformLocation', ] - -[lints.rust] -unexpected_cfgs = { level = "allow", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] } \ No newline at end of file diff --git a/examples/rattlegram/Cargo.toml b/examples/rattlegram/Cargo.toml index 58699a1e..e208da1a 100644 --- a/examples/rattlegram/Cargo.toml +++ b/examples/rattlegram/Cargo.toml @@ -44,5 +44,3 @@ features = [ 'Window' ] -[lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }