Use num-traits in style.

This commit is contained in:
Ms2ger 2016-04-20 15:11:41 +02:00
parent ff042fdf9c
commit 0f2b83ca0f
8 changed files with 8 additions and 8 deletions

View file

@ -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;