diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 7137b410af7..c7dc87a538c 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -17,8 +17,6 @@ #![feature(std_misc)] #![feature(unboxed_closures)] -#![allow(missing_copy_implementations)] - #![plugin(regex_macros)] extern crate "cookie" as cookie_rs; |