diff options
Diffstat (limited to 'components/script/dom/dommatrix.rs')
-rw-r--r-- | components/script/dom/dommatrix.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/dommatrix.rs b/components/script/dom/dommatrix.rs index dd6aff6ea0f..23ec3a865c2 100644 --- a/components/script/dom/dommatrix.rs +++ b/components/script/dom/dommatrix.rs @@ -32,7 +32,7 @@ impl DOMMatrix { Self::new_with_proto(global, None, is2D, matrix) } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] fn new_with_proto( global: &GlobalScope, proto: Option<HandleObject>, |