aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-07-04 16:30:40 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-07-04 16:48:14 +0200
commita5b524d5590f84428c61895b418eda7024c8e600 (patch)
treedfec847eec78e5b61dcfde29a57a1869c7a57ae9 /components/util/lib.rs
parent51ff916e09ff844eb2a1aa1fe2df9ef4b45af649 (diff)
downloadservo-a5b524d5590f84428c61895b418eda7024c8e600.tar.gz
servo-a5b524d5590f84428c61895b418eda7024c8e600.zip
Move util::vec::ForgetfulSink to style::sink and simplify it
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 46c194ca91a..3a5c362f443 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -27,7 +27,6 @@ extern crate num_traits;
extern crate rand;
extern crate rustc_serialize;
#[cfg(feature = "servo")] extern crate serde;
-extern crate smallvec;
extern crate url;
#[cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))]
extern crate xdg;