Minimize deps
This commit is contained in:
parent
2f45cfc415
commit
3615758f8e
@ -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" }
|
||||
|
@ -3,7 +3,7 @@
|
||||
mod cfg_expr;
|
||||
|
||||
use rustc_hash::FxHashSet;
|
||||
use syntax::SmolStr;
|
||||
use tt::SmolStr;
|
||||
|
||||
pub use cfg_expr::CfgExpr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user