Minimize deps

This commit is contained in:
Aleksey Kladov 2020-08-13 10:15:45 +02:00
parent 2f45cfc415
commit 3615758f8e
2 changed files with 2 additions and 2 deletions

View file

@ -11,8 +11,8 @@ doctest = false
[dependencies]
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
tt = { path = "../tt" }
[dev-dependencies]
mbe = { path = "../mbe" }
syntax = { path = "../syntax" }

View file

@ -3,7 +3,7 @@
mod cfg_expr;
use rustc_hash::FxHashSet;
use syntax::SmolStr;
use tt::SmolStr;
pub use cfg_expr::CfgExpr;