diff options
Diffstat (limited to 'components/script/dom/gpusupportedfeatures.rs')
-rw-r--r-- | components/script/dom/gpusupportedfeatures.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpusupportedfeatures.rs b/components/script/dom/gpusupportedfeatures.rs index 9cdde31c45e..e0abd5b9def 100644 --- a/components/script/dom/gpusupportedfeatures.rs +++ b/components/script/dom/gpusupportedfeatures.rs @@ -126,7 +126,7 @@ impl FromStr for GPUFeatureName { } // this error is wrong because if we inline Self::Key and Self::Value all errors are gone -#[allow(unrooted_must_root)] +#[allow(crown::unrooted_must_root)] impl Setlike for GPUSupportedFeatures { type Key = DOMString; |