mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
This reverts commit 8e15389cae
.
This commit is contained in:
parent
8e15389cae
commit
d6ae8dc112
152 changed files with 4622 additions and 5862 deletions
|
@ -63,8 +63,6 @@ pub use servo_arc;
|
|||
#[macro_use]
|
||||
extern crate servo_atoms;
|
||||
#[macro_use]
|
||||
extern crate static_assertions;
|
||||
#[macro_use]
|
||||
extern crate style_derive;
|
||||
#[macro_use]
|
||||
extern crate to_shmem_derive;
|
||||
|
@ -103,12 +101,10 @@ pub mod invalidation;
|
|||
#[allow(missing_docs)] // TODO.
|
||||
pub mod logical_geometry;
|
||||
pub mod matching;
|
||||
#[macro_use]
|
||||
pub mod media_queries;
|
||||
pub mod parallel;
|
||||
pub mod parser;
|
||||
pub mod piecewise_linear;
|
||||
#[macro_use]
|
||||
pub mod queries;
|
||||
pub mod rule_cache;
|
||||
pub mod rule_collector;
|
||||
pub mod rule_tree;
|
||||
|
@ -188,7 +184,7 @@ pub mod gecko_properties {
|
|||
}
|
||||
|
||||
macro_rules! reexport_computed_values {
|
||||
( $( { $name: ident } )+ ) => {
|
||||
( $( { $name: ident, $boxed: expr } )+ ) => {
|
||||
/// Types for [computed values][computed].
|
||||
///
|
||||
/// [computed]: https://drafts.csswg.org/css-cascade/#computed
|
||||
|
@ -202,6 +198,7 @@ macro_rules! reexport_computed_values {
|
|||
}
|
||||
}
|
||||
longhand_properties_idents!(reexport_computed_values);
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
use crate::gecko_string_cache::WeakAtom;
|
||||
#[cfg(feature = "servo")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue