Remove deny_unsafe, due to introduction of unsafe code in thread_local expansion

This commit is contained in:
Lars Bergstrom 2016-01-14 15:11:24 -06:00
parent 5bf2ae81a5
commit 8a0175c041

View file

@ -14,8 +14,6 @@
#![plugin(serde_macros)]
#![plugin(plugins)]
#![deny(unsafe_code)]
extern crate app_units;
#[macro_use]
extern crate bitflags;