mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Minimize deps
This commit is contained in:
parent
2f45cfc415
commit
3615758f8e
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue