mirror of
https://github.com/servo/servo.git
synced 2025-07-27 17:20:36 +01:00
Use num_traits in util
This commit is contained in:
parent
6c08ad857e
commit
aa8e214e34
7 changed files with 7 additions and 104 deletions
|
@ -34,8 +34,8 @@ extern crate lazy_static;
|
|||
extern crate libc;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate num;
|
||||
extern crate num_cpus;
|
||||
extern crate num_traits;
|
||||
extern crate rand;
|
||||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue