mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
cargo fix --edition --features gecko
This commit is contained in:
parent
a15d33a10e
commit
b1822a39fa
87 changed files with 614 additions and 585 deletions
|
@ -8,11 +8,11 @@
|
|||
#![deny(missing_docs)]
|
||||
|
||||
use atomic_refcell::{AtomicRef, AtomicRefCell, AtomicRefMut};
|
||||
#[cfg(feature = "gecko")]
|
||||
use context::PostAnimationTasks;
|
||||
#[cfg(feature = "gecko")]
|
||||
use context::UpdateAnimationsTasks;
|
||||
use crate::applicable_declarations::ApplicableDeclarationBlock;
|
||||
#[cfg(feature = "gecko")]
|
||||
use crate::context::PostAnimationTasks;
|
||||
#[cfg(feature = "gecko")]
|
||||
use crate::context::UpdateAnimationsTasks;
|
||||
use crate::data::ElementData;
|
||||
use crate::element_state::ElementState;
|
||||
use crate::font_metrics::FontMetricsProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue