Fix unused crate warning in script_tests

This commit is contained in:
Matt Brubeck 2016-05-24 12:05:16 -07:00
parent 1640ade0b3
commit 550e304a21
3 changed files with 0 additions and 3 deletions

View file

@ -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;