diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-12-03 08:08:34 -0500 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-12-16 13:35:08 +0100 |
commit | 27322abeda5c3b533c1051be1004db1ac3ac1cf2 (patch) | |
tree | a1b9fc9e9f95542cf41961e370607c14106ac481 /components/style/animation.rs | |
parent | ee6bf986757b564b10a570410c36ae2c5e2257e0 (diff) | |
download | servo-27322abeda5c3b533c1051be1004db1ac3ac1cf2.tar.gz servo-27322abeda5c3b533c1051be1004db1ac3ac1cf2.zip |
style: Minor build fixup after the Servo crossbeam_channel update.
Diffstat (limited to 'components/style/animation.rs')
-rw-r--r-- | components/style/animation.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |