aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/animation.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <me@emiliocobos.me>2016-06-22 16:21:37 +0200
committerEmilio Cobos Álvarez <me@emiliocobos.me>2016-06-28 15:09:53 +0000
commit9cf2e52d3604384e93a861ee218591a2c80c1816 (patch)
tree2319023ccb288a4195c779667f33122775d2156c /components/layout/animation.rs
parentcb3da24f080d4cb52b0233d6215fc07f96bd49db (diff)
downloadservo-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.rs3
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.