From 08083f1c9d08de0e19e16efb9e6923612706032c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 18 Mar 2016 14:43:03 +0100 Subject: Deny unsafe code in more crates. --- components/msg/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/msg/lib.rs') 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; -- cgit v1.2.3