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

@@ -21,7 +21,6 @@ use syntax::errors::DiagnosticBuilder;
use syntax::ptr::P;
use syntax::symbol::keywords;
pub mod cargo;
pub mod comparisons;
pub mod conf;
pub mod constants;