aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/lib.rs
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2016-05-24 12:05:16 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2016-05-25 07:03:46 -0700
commit550e304a214ffa2073a21af7306f10bb9e11f272 (patch)
tree12f46ddb25a473314de2cc0d63c47be12d32da40 /tests/unit/script/lib.rs
parent1640ade0b3f703b54c2c2285271d44a037f7eabc (diff)
downloadservo-550e304a214ffa2073a21af7306f10bb9e11f272.tar.gz
servo-550e304a214ffa2073a21af7306f10bb9e11f272.zip
Fix unused crate warning in script_tests
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r--tests/unit/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs
index 2dbbd16ea7a..cab595e0500 100644
--- a/tests/unit/script/lib.rs
+++ b/tests/unit/script/lib.rs
@@ -8,7 +8,6 @@
extern crate msg;
extern crate script;
extern crate url;
-extern crate util;
#[cfg(test)] mod origin;
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;