diff options
Diffstat (limited to 'components/script/dom/mutationrecord.rs')
-rw-r--r-- | components/script/dom/mutationrecord.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/mutationrecord.rs b/components/script/dom/mutationrecord.rs index ad9638e6b30..c029baee036 100644 --- a/components/script/dom/mutationrecord.rs +++ b/components/script/dom/mutationrecord.rs @@ -27,7 +27,7 @@ pub struct MutationRecord { } impl MutationRecord { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn attribute_mutated( target: &Node, attribute_name: &LocalName, |