diff options
Diffstat (limited to 'components/script/dom/htmlhtmlelement.rs')
-rw-r--r-- | components/script/dom/htmlhtmlelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlhtmlelement.rs b/components/script/dom/htmlhtmlelement.rs index c6c4566a605..7331a0f7513 100644 --- a/components/script/dom/htmlhtmlelement.rs +++ b/components/script/dom/htmlhtmlelement.rs @@ -29,7 +29,7 @@ impl HTMLHtmlElement { } } - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new( localName: LocalName, prefix: Option<Prefix>, |