Remove unused dependencies from util

This commit is contained in:
Matt Brubeck 2015-07-01 09:20:14 -07:00
parent 8570b22677
commit efa60d3a24
5 changed files with 0 additions and 15 deletions

View file

@ -33,7 +33,6 @@ extern crate num as num_lib;
extern crate num_cpus;
extern crate rand;
extern crate rustc_serialize;
extern crate selectors;
extern crate smallvec;
extern crate string_cache;
extern crate url;