style: Move OwnedSlice to style_traits.

Differential Revision: https://phabricator.services.mozilla.com/D30126
This commit is contained in:
Emilio Cobos Álvarez 2019-05-09 10:49:50 +00:00
parent 559235edad
commit 2ed2151b3d
3 changed files with 4 additions and 2 deletions

View file

@ -143,7 +143,6 @@ pub mod logical_geometry;
pub mod matching;
#[macro_use]
pub mod media_queries;
pub mod owned_slice;
pub mod parallel;
pub mod parser;
pub mod rule_cache;
@ -189,7 +188,7 @@ pub use html5ever::Prefix;
#[cfg(feature = "servo")]
pub use servo_atoms::Atom;
pub use owned_slice::OwnedSlice;
pub use style_traits::owned_slice::OwnedSlice;
/// The CSS properties supported by the style system.
/// Generated from the properties.mako.rs template by build.rs