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