From aa8e214e34d56f5ecb6c06ad367b611086bcdfb5 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 17 May 2016 11:24:17 -0700 Subject: Use num_traits in util --- components/util/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/util/lib.rs') diff --git a/components/util/lib.rs b/components/util/lib.rs index c98d3eebf3b..b9c349fee6a 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -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; -- cgit v1.2.3