Remove last vestiges of stylearc

This commit is contained in:
Manish Goregaokar 2017-07-21 14:39:51 -07:00
parent 4bf8e4413e
commit 01b1027365

View file

@ -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;