about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-09-24 23:45:27 +0200
committerGitHub <noreply@github.com>2019-09-24 23:45:27 +0200
commit9e12827d5643e57a8ad46bf812e71081e859c44e (patch)
tree6631dea8571454299a1999d0795ab536d308977a /src/libsyntax
parent0d0f753955afe5c79d260b03f7fbe68ee53d4950 (diff)
parent0423c2a7a35ce17b44b4c93c227177fc0fcd7217 (diff)
downloadrust-9e12827d5643e57a8ad46bf812e71081e859c44e.tar.gz
rust-9e12827d5643e57a8ad46bf812e71081e859c44e.zip
Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink
Remove unused dependencies
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/Cargo.toml b/src/libsyntax/Cargo.toml
index d4a9acc1569..196cf4d9dfa 100644
--- a/src/libsyntax/Cargo.toml
+++ b/src/libsyntax/Cargo.toml
@@ -19,6 +19,5 @@ syntax_pos = { path = "../libsyntax_pos" }
 errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_lexer = { path = "../librustc_lexer" }
-rustc_macros = { path = "../librustc_macros" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }