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