diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-08-30 22:17:24 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-08-31 02:34:04 +0200 |
commit | ec723057b2360446790d436fe5e234d798fb4175 (patch) | |
tree | 7c44c25d871de69dc8e91760d497d823462dd314 /components/script/lib.rs | |
parent | edbd88cce5d5a7b26e4e87c29dd339e5f7058e28 (diff) | |
download | servo-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.rs | 1 |
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; |