diff options
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; |