diff options
Diffstat (limited to 'components/script/dom/htmlheadingelement.rs')
-rw-r--r-- | components/script/dom/htmlheadingelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlheadingelement.rs b/components/script/dom/htmlheadingelement.rs index b701b5d7d7f..0cc17d69221 100644 --- a/components/script/dom/htmlheadingelement.rs +++ b/components/script/dom/htmlheadingelement.rs @@ -40,7 +40,7 @@ impl HTMLHeadingElement { } } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new( local_name: LocalName, prefix: Option<Prefix>, |