From 27322abeda5c3b533c1051be1004db1ac3ac1cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 3 Dec 2018 08:08:34 -0500 Subject: [PATCH] style: Minor build fixup after the Servo crossbeam_channel update. --- components/style/animation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/animation.rs b/components/style/animation.rs index c10663e99f7..6fac559a777 100644 --- a/components/style/animation.rs +++ b/components/style/animation.rs @@ -25,6 +25,7 @@ use crate::values::computed::TimingFunction; use crate::values::generics::box_::AnimationIterationCount; use crate::values::generics::easing::{StepPosition, TimingFunction as GenericTimingFunction}; use crate::Atom; +#[cfg(feature = "servo")] use crossbeam_channel::Sender; use servo_arc::Arc; use std::fmt;