Remove unused allow(unrooted_must_root) attribute.

This commit is contained in:
Ms2ger 2015-07-25 21:29:55 +02:00
parent 3c88d3418c
commit 09f0d8fac9

View file

@ -158,7 +158,6 @@ pub trait RawLayoutHTMLInputElementHelpers {
}
impl LayoutHTMLInputElementHelpers for LayoutJS<HTMLInputElement> {
#[allow(unrooted_must_root)]
#[allow(unsafe_code)]
unsafe fn get_value_for_layout(self) -> String {
#[allow(unsafe_code)]