mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
Disallow unsafe code in the devtools and devtools_traits crates.
This commit is contained in:
parent
3b1b3fe0a0
commit
38ed3a46d6
3 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
#![crate_type = "rlib"]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#![feature(custom_derive, plugin)]
|
||||
#![plugin(serde_macros)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue