mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Minor build fixup after the Servo crossbeam_channel update.
This commit is contained in:
parent
ee6bf98675
commit
27322abeda
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue