Remove unused dependencies

This commit is contained in:
Shotaro Yamada
2019-09-19 22:24:06 +09:00
parent 1dd1884891
commit 0423c2a7a3
12 changed files with 0 additions and 28 deletions

View File

@@ -18,4 +18,3 @@ rustc_target = { path = "../librustc_target" }
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
rustc_lexer = { path = "../librustc_lexer" }