mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
tidy: Clean up warnings and tidy lints.
This commit is contained in:
parent
cb3da24f08
commit
9cf2e52d36
8 changed files with 78 additions and 76 deletions
|
@ -12,9 +12,8 @@ use msg::constellation_msg::PipelineId;
|
|||
use script_layout_interface::restyle_damage::RestyleDamage;
|
||||
use script_traits::{AnimationState, LayoutMsg as ConstellationMsg};
|
||||
use std::collections::HashMap;
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::sync::mpsc::Receiver;
|
||||
use style::animation::{Animation, KeyframesAnimationState, KeyframesIterationState, update_style_for_animation};
|
||||
use style::animation::{Animation, KeyframesIterationState, update_style_for_animation};
|
||||
use time;
|
||||
|
||||
/// Processes any new animations that were discovered after style recalculation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue