aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index e525a62b70d..0748ae954a6 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -30,6 +30,7 @@
extern crate angle;
extern crate app_units;
+#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;
extern crate canvas;
@@ -53,7 +54,7 @@ extern crate libc;
extern crate log;
extern crate msg;
extern crate net_traits;
-extern crate num;
+extern crate num_traits;
extern crate offscreen_gl_context;
extern crate phf;
#[macro_use]