diff options
Diffstat (limited to 'components/script/dom/stylesheet.rs')
-rw-r--r-- | components/script/dom/stylesheet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/stylesheet.rs b/components/script/dom/stylesheet.rs index d48356e4b92..48871356a5c 100644 --- a/components/script/dom/stylesheet.rs +++ b/components/script/dom/stylesheet.rs @@ -22,7 +22,7 @@ pub struct StyleSheet { } impl StyleSheet { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] pub fn new_inherited( type_: DOMString, href: Option<DOMString>, |