diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-04 16:30:40 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-04 16:48:14 +0200 |
commit | a5b524d5590f84428c61895b418eda7024c8e600 (patch) | |
tree | dfec847eec78e5b61dcfde29a57a1869c7a57ae9 /components/util/lib.rs | |
parent | 51ff916e09ff844eb2a1aa1fe2df9ef4b45af649 (diff) | |
download | servo-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.rs | 1 |
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; |