Use num_traits in util

This commit is contained in:
Matt Brubeck 2016-05-17 11:24:17 -07:00
parent 6c08ad857e
commit aa8e214e34
7 changed files with 7 additions and 104 deletions

View file

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