From 8a0175c04103738427540579014aa4f26f313bf6 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Thu, 14 Jan 2016 15:11:24 -0600 Subject: [PATCH] Remove deny_unsafe, due to introduction of unsafe code in thread_local expansion --- components/style/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/lib.rs b/components/style/lib.rs index 7fd0b5b132c..2452209abf5 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -14,8 +14,6 @@ #![plugin(serde_macros)] #![plugin(plugins)] -#![deny(unsafe_code)] - extern crate app_units; #[macro_use] extern crate bitflags;