From 09f0d8fac9e817cab0c4b18d7b6e6330fcf7c242 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 25 Jul 2015 21:29:55 +0200 Subject: [PATCH] Remove unused allow(unrooted_must_root) attribute. --- components/script/dom/htmlinputelement.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/script/dom/htmlinputelement.rs b/components/script/dom/htmlinputelement.rs index 2f3db69b43d..cc6bd5e668c 100644 --- a/components/script/dom/htmlinputelement.rs +++ b/components/script/dom/htmlinputelement.rs @@ -158,7 +158,6 @@ pub trait RawLayoutHTMLInputElementHelpers { } impl LayoutHTMLInputElementHelpers for LayoutJS { - #[allow(unrooted_must_root)] #[allow(unsafe_code)] unsafe fn get_value_for_layout(self) -> String { #[allow(unsafe_code)]