mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Move OwnedSlice to style_traits.
Differential Revision: https://phabricator.services.mozilla.com/D30126
This commit is contained in:
parent
559235edad
commit
2ed2151b3d
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue