diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 8741de21f75..b7aec05fe87 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -5,8 +5,6 @@ #![feature(hash)] #![feature(int_uint)] -#![allow(missing_copy_implementations)] - extern crate azure; #[macro_use] extern crate bitflags; extern crate geom; |