mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use num-traits in script.
This commit is contained in:
parent
0f2b83ca0f
commit
03d4bacc05
13 changed files with 13 additions and 13 deletions
|
@ -15,7 +15,7 @@ use heapsize::HeapSizeOf;
|
|||
use ipc_channel::ipc::IpcSender;
|
||||
use js::jsapi::{HandleValue, Heap, RootedValue};
|
||||
use js::jsval::{JSVal, UndefinedValue};
|
||||
use num::traits::Saturating;
|
||||
use num_traits::Saturating;
|
||||
use script_traits::{MsDuration, precise_time_ms};
|
||||
use script_traits::{TimerEvent, TimerEventId, TimerEventRequest, TimerSource};
|
||||
use std::cell::Cell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue