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;