remove rustc-serialize dependency and factor util::cargo out into a crate

This commit is contained in:
Oliver Schneider
2017-01-24 11:31:42 +01:00
parent bc497a6262
commit 26e8558d8a
9 changed files with 25 additions and 99 deletions

View File

@@ -38,8 +38,6 @@ extern crate regex_syntax;
// for finding minimal boolean expressions
extern crate quine_mc_cluskey;
extern crate rustc_serialize;
extern crate rustc_errors;
extern crate rustc_plugin;
extern crate rustc_const_eval;