aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-08-30 22:17:24 +0200
committerSimon Sapin <simon.sapin@exyr.org>2016-08-31 02:34:04 +0200
commitec723057b2360446790d436fe5e234d798fb4175 (patch)
tree7c44c25d871de69dc8e91760d497d823462dd314 /components/script/lib.rs
parentedbd88cce5d5a7b26e4e87c29dd339e5f7058e28 (diff)
downloadservo-ec723057b2360446790d436fe5e234d798fb4175.tar.gz
servo-ec723057b2360446790d436fe5e234d798fb4175.zip
Make DOMRefCell use style’s copy of RefCell
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index ff3715de24c..2cef235aae7 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -69,7 +69,6 @@ extern crate phf;
extern crate profile_traits;
extern crate rand;
extern crate range;
-extern crate ref_filter_map;
extern crate ref_slice;
extern crate regex;
extern crate rustc_serialize;