mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use num-traits in compositing.
This commit is contained in:
parent
38c10f89f2
commit
a8b5ac5e32
6 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
use euclid::length::Length;
|
||||
use ipc_channel::ipc::{self, IpcSender};
|
||||
use ipc_channel::router::ROUTER;
|
||||
use num::traits::Saturating;
|
||||
use num_traits::Saturating;
|
||||
use script_traits::{MsDuration, NsDuration, precise_time_ms, precise_time_ns};
|
||||
use script_traits::{TimerEvent, TimerEventRequest};
|
||||
use std::cell::RefCell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue