aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/lib.rs')
-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;