mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use num-traits in style.
This commit is contained in:
parent
ff042fdf9c
commit
0f2b83ca0f
8 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@ extern crate lazy_static;
|
|||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate matches;
|
||||
extern crate num;
|
||||
extern crate num_traits;
|
||||
extern crate rustc_serialize;
|
||||
extern crate selectors;
|
||||
extern crate serde;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue