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, 2 insertions, 0 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index d98c1de0e8b..4cead079ff1 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -5,6 +5,8 @@
#![comment = "The Servo Parallel Browser Project"]
#![license = "MPL"]
+#![deny(unused_imports, unused_variable)]
+
extern crate geom;
extern crate servo_msg = "msg";
extern crate servo_net = "net";