mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -93,7 +93,7 @@ use net_traits::ControlMsg::{GetCookiesForUrl, SetCookiesForUrl};
|
|||
use net_traits::CookieSource::NonHTTP;
|
||||
use net_traits::response::HttpsState;
|
||||
use net_traits::{AsyncResponseTarget, PendingAsyncLoad};
|
||||
use num::ToPrimitive;
|
||||
use num_traits::ToPrimitive;
|
||||
use origin::Origin;
|
||||
use script_runtime::ScriptChan;
|
||||
use script_thread::{MainThreadScriptChan, MainThreadScriptMsg, Runnable};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue