diff options
author | Josh Matthews <josh@joshmatthews.net> | 2025-03-22 15:55:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-22 19:55:27 +0000 |
commit | 471f3f49bcf86f2c590c7b35c4e4a5d51d130a42 (patch) | |
tree | 78fce424509086333300a15d3d65e27eddeef5e9 /components/script/dom/webgpu/gpusupportedfeatures.rs | |
parent | 80434d46448f3b5d818864557ffd46d238132f30 (diff) | |
download | servo-471f3f49bcf86f2c590c7b35c4e4a5d51d130a42.tar.gz servo-471f3f49bcf86f2c590c7b35c4e4a5d51d130a42.zip |
crown: Do not check trait item projections. (#36095)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to 'components/script/dom/webgpu/gpusupportedfeatures.rs')
-rw-r--r-- | components/script/dom/webgpu/gpusupportedfeatures.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/webgpu/gpusupportedfeatures.rs b/components/script/dom/webgpu/gpusupportedfeatures.rs index d065cfa39c0..f3941e90c7a 100644 --- a/components/script/dom/webgpu/gpusupportedfeatures.rs +++ b/components/script/dom/webgpu/gpusupportedfeatures.rs @@ -139,8 +139,6 @@ pub(crate) fn gpu_to_wgt_feature(feature: GPUFeatureName) -> Option<Features> { } } -// this error is wrong because if we inline Self::Key and Self::Value all errors are gone -#[cfg_attr(crown, allow(crown::unrooted_must_root))] impl Setlike for GPUSupportedFeatures { type Key = DOMString; |