Skip to content

Commit

Permalink
Auto merge of #18621 - emilio:unused-crate, r=glennw
Browse files Browse the repository at this point in the history
selectors: Remove unused crate.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18621)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Sep 25, 2017
2 parents 4628db1 + 4f984a6 commit dd6aae9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion 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 components/selectors/Cargo.toml
Expand Up @@ -30,7 +30,6 @@ log = "0.3"
fnv = "1.0"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
lru_cache = { path = "../lru_cache" }
phf = "0.7.18"
precomputed-hash = "0.1"
servo_arc = { path = "../servo_arc" }
Expand Down
1 change: 0 additions & 1 deletion components/selectors/lib.rs
Expand Up @@ -10,7 +10,6 @@
#[macro_use] extern crate log;
#[macro_use] extern crate matches;
extern crate fnv;
extern crate lru_cache;
extern crate malloc_size_of;
#[macro_use] extern crate malloc_size_of_derive;
extern crate phf;
Expand Down

0 comments on commit dd6aae9

Please sign in to comment.