mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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
|
@ -20,6 +20,7 @@
|
|||
#![plugin(serde_macros)]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue