mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Rustfmt has changed its default style :/
This commit is contained in:
parent
82fc6d9f49
commit
be69f9c3e6
207 changed files with 1200 additions and 1339 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
//! The context within which style is calculated.
|
||||
|
||||
use app_units::Au;
|
||||
#[cfg(feature = "servo")]
|
||||
use crate::animation::Animation;
|
||||
use crate::bloom::StyleBloom;
|
||||
|
@ -29,6 +28,7 @@ use crate::thread_state::{self, ThreadState};
|
|||
use crate::timer::Timer;
|
||||
use crate::traversal::DomTraversal;
|
||||
use crate::traversal_flags::TraversalFlags;
|
||||
use app_units::Au;
|
||||
#[cfg(feature = "servo")]
|
||||
use crossbeam_channel::Sender;
|
||||
use euclid::Size2D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue