diff options
author | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-06-22 16:21:37 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-06-28 15:09:53 +0000 |
commit | 9cf2e52d3604384e93a861ee218591a2c80c1816 (patch) | |
tree | 2319023ccb288a4195c779667f33122775d2156c /components/layout/animation.rs | |
parent | cb3da24f080d4cb52b0233d6215fc07f96bd49db (diff) | |
download | servo-9cf2e52d3604384e93a861ee218591a2c80c1816.tar.gz servo-9cf2e52d3604384e93a861ee218591a2c80c1816.zip |
tidy: Clean up warnings and tidy lints.
Diffstat (limited to 'components/layout/animation.rs')
-rw-r--r-- | components/layout/animation.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/animation.rs b/components/layout/animation.rs index b79121a0573..337855599e6 100644 --- a/components/layout/animation.rs +++ b/components/layout/animation.rs @@ -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. |