diff options
Diffstat (limited to 'components/script_bindings/Cargo.toml')
-rw-r--r-- | components/script_bindings/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script_bindings/Cargo.toml b/components/script_bindings/Cargo.toml index 92b27ccfcd6..88a68587b99 100644 --- a/components/script_bindings/Cargo.toml +++ b/components/script_bindings/Cargo.toml @@ -38,3 +38,6 @@ style = { workspace = true } [features] webgpu = [] webxr = [] + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crown)'] } |