mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Deny unsafe code in more crates.
This commit is contained in:
parent
c90a1b9b1c
commit
08083f1c9d
17 changed files with 44 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#![feature(custom_attribute, custom_derive, plugin)]
|
||||
#![plugin(heapsize_plugin, serde_macros, plugins)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate euclid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue