aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-03-18 14:43:03 +0100
committerMs2ger <Ms2ger@gmail.com>2016-03-18 14:43:03 +0100
commit08083f1c9d08de0e19e16efb9e6923612706032c (patch)
treec6610962bea427b945ba12ecd3cea62b16b46cd6 /components/msg
parentc90a1b9b1c44dbf3d3f9dde7e99f4fccfe598542 (diff)
downloadservo-08083f1c9d08de0e19e16efb9e6923612706032c.tar.gz
servo-08083f1c9d08de0e19e16efb9e6923612706032c.zip
Deny unsafe code in more crates.
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 93a513ef742..0f2a16228a1 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -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;