mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -12,7 +12,7 @@ use dom::bindings::reflector::{Reflectable, Reflector, reflect_dom_object};
|
|||
use dom::bindings::trace::JSTraceable;
|
||||
use encoding::all::UTF_8;
|
||||
use encoding::types::{EncoderTrap, Encoding};
|
||||
use num::ToPrimitive;
|
||||
use num_traits::ToPrimitive;
|
||||
use std::ascii::AsciiExt;
|
||||
use std::borrow::ToOwned;
|
||||
use std::cell::Cell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue