mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -89,6 +89,7 @@ pub mod specified_value_info;
|
|||
pub mod values;
|
||||
#[macro_use]
|
||||
pub mod viewport;
|
||||
pub mod owned_slice;
|
||||
|
||||
pub use crate::specified_value_info::{CssType, KeywordsCollectFn, SpecifiedValueInfo};
|
||||
pub use crate::values::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue