Auto merge of #17822 - Manishearth:die-stylearc-die, r=bzbarsky

Remove last vestiges of stylearc

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17822)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-07-21 15:47:54 -07:00 committed by GitHub
commit 9b276565f8

View file

@ -139,10 +139,6 @@ pub mod traversal;
#[allow(non_camel_case_types)] #[allow(non_camel_case_types)]
pub mod values; 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 std::fmt;
use style_traits::ToCss; use style_traits::ToCss;