mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Remove deny_unsafe, due to introduction of unsafe code in thread_local expansion
This commit is contained in:
parent
5bf2ae81a5
commit
8a0175c041
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
||||||
#![plugin(serde_macros)]
|
#![plugin(serde_macros)]
|
||||||
#![plugin(plugins)]
|
#![plugin(plugins)]
|
||||||
|
|
||||||
#![deny(unsafe_code)]
|
|
||||||
|
|
||||||
extern crate app_units;
|
extern crate app_units;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue