mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
Remove last vestiges of stylearc
This commit is contained in:
parent
4bf8e4413e
commit
01b1027365
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue