about summary refs log tree commit diff
path: root/src/libsyntax_ext
diff options
context:
space:
mode:
authorShotaro Yamada <sinkuu@sinkuu.xyz>2019-09-19 22:24:06 +0900
committerShotaro Yamada <sinkuu@sinkuu.xyz>2019-09-23 15:25:00 +0900
commit0423c2a7a35ce17b44b4c93c227177fc0fcd7217 (patch)
treecc2f410a6ae95dfd30e5bd1a1fae6c233b68e40b /src/libsyntax_ext
parent1dd1884891636d0eb51157d137230076bcf20627 (diff)
downloadrust-0423c2a7a35ce17b44b4c93c227177fc0fcd7217.tar.gz
rust-0423c2a7a35ce17b44b4c93c227177fc0fcd7217.zip
Remove unused dependencies
Diffstat (limited to 'src/libsyntax_ext')
-rw-r--r--src/libsyntax_ext/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_ext/Cargo.toml b/src/libsyntax_ext/Cargo.toml
index 791ee94b4fa..73310df305b 100644
--- a/src/libsyntax_ext/Cargo.toml
+++ b/src/libsyntax_ext/Cargo.toml
@@ -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" }