From 01b1027365c7b78c711ef9ae16a13a5b38d3753f Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 21 Jul 2017 14:39:51 -0700 Subject: [PATCH] Remove last vestiges of stylearc --- components/style/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/style/lib.rs b/components/style/lib.rs index 3280caa5cb3..debcfd81676 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -139,10 +139,6 @@ pub mod traversal; #[allow(non_camel_case_types)] pub mod values; -// Compat shim for the old name when it lived in the style crate. -// FIXME(bholley) Remove this. -pub use servo_arc as stylearc; - use std::fmt; use style_traits::ToCss;