aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r--components/script_traits/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index 05ed3f25097..d6e81a90ac0 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -5,8 +5,6 @@
#![feature(core)]
#![feature(int_uint)]
-#![allow(missing_copy_implementations)]
-
extern crate devtools_traits;
extern crate geom;
extern crate libc;