diff options
Diffstat (limited to 'components/script/dom/testbindingsetlike.rs')
-rw-r--r-- | components/script/dom/testbindingsetlike.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/testbindingsetlike.rs b/components/script/dom/testbindingsetlike.rs index f39e8f69514..6e0530bcb81 100644 --- a/components/script/dom/testbindingsetlike.rs +++ b/components/script/dom/testbindingsetlike.rs @@ -55,7 +55,7 @@ impl TestBindingSetlikeMethods for TestBindingSetlike { // this error is wrong because if we inline Self::Key and Self::Value all errors are gone // TODO: FIX THIS -#[allow(unrooted_must_root)] +#[allow(crown::unrooted_must_root)] impl Setlike for TestBindingSetlike { type Key = DOMString; |