mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
commit
453b826fb8
1 changed files with 0 additions and 1 deletions
|
@ -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)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue