Skip to content

Commit

Permalink
Fix unused crate warning in script_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed May 25, 2016
1 parent 1640ade commit 550e304
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/unit/script/Cargo.toml
Expand Up @@ -12,5 +12,4 @@ doctest = false
msg = {path = "../../../components/msg"}
plugins = {path = "../../../components/plugins"}
script = {path = "../../../components/script"}
util = {path = "../../../components/util"}
url = {version = "1.0.0", features = ["heap_size"]}
1 change: 0 additions & 1 deletion tests/unit/script/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 550e304

Please sign in to comment.