From 030224470909242a2c792af26bf8a2d8ab2759bb Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 8 Jul 2015 11:36:52 +0200 Subject: [PATCH] Remove the unused unrooted_must_root permission from layout. --- components/layout/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/layout/lib.rs b/components/layout/lib.rs index da4dd55b5f7..8519758ccc9 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,7 +16,6 @@ #![feature(unsafe_no_drop_flag)] #![deny(unsafe_code)] -#![allow(unrooted_must_root)] #![plugin(string_cache_plugin)] #![plugin(plugins)]