Auto merge of #6771 - Ms2ger:unused-attr, r=jdm

Remove unused allow(unrooted_must_root) attribute.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6771)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-07-27 02:23:53 -06:00
commit 78455ec033

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)]