From 1be7f565e464934949471d20d451a937ec5ec2f6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 10 Jun 2015 01:24:03 +0530 Subject: [PATCH] Audit and reduce unstable usage in script Reasons behind existing unstable features: alloc: - `Rc.make_unique()` _everywhere_ core: - `intrinsics::discriminant_value` for a small optimization. Not sure what's happening here hash: - `Hasher.write_u16` (recently redesigned) --- components/style/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/lib.rs b/components/style/lib.rs index 31d55f708be..104dda149aa 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -15,7 +15,6 @@ #[macro_use] extern crate log; #[macro_use] extern crate bitflags; -extern crate collections; extern crate geom; extern crate url;