From a5b524d5590f84428c61895b418eda7024c8e600 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 4 Jul 2016 16:30:40 +0200 Subject: Move util::vec::ForgetfulSink to style::sink and simplify it --- components/util/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/util/lib.rs') 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; -- cgit v1.2.3