Auto merge of #6577 - Ms2ger:disallow-unrooted-layout, r=jdm

Remove the unused unrooted_must_root permission from layout.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6577)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-07-07 23:57:44 -06:00
commit 453b826fb8

View file

@ -16,7 +16,6 @@
#![feature(unsafe_no_drop_flag)] #![feature(unsafe_no_drop_flag)]
#![deny(unsafe_code)] #![deny(unsafe_code)]
#![allow(unrooted_must_root)]
#![plugin(string_cache_plugin)] #![plugin(string_cache_plugin)]
#![plugin(plugins)] #![plugin(plugins)]