aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbindingmaplike.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/testbindingmaplike.rs')
-rw-r--r--components/script/dom/testbindingmaplike.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/testbindingmaplike.rs b/components/script/dom/testbindingmaplike.rs
index 19dbcf9da8f..9e8157a05ad 100644
--- a/components/script/dom/testbindingmaplike.rs
+++ b/components/script/dom/testbindingmaplike.rs
@@ -81,7 +81,7 @@ impl TestBindingMaplikeMethods for TestBindingMaplike {
// 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 Maplike for TestBindingMaplike {
type Key = DOMString;
type Value = i32;