diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-03-20 20:43:33 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-11-30 06:15:20 +0200 |
| commit | 67afeef9e472812ba85341114c21289c75790a3e (patch) | |
| tree | 3cb05499b97d3f4117827f6e55141ab1eed54fa4 /src/libsyntax_ext | |
| parent | 8cf463bcffea8b6582fec170841b22ae0d6c77ea (diff) | |
| download | rust-67afeef9e472812ba85341114c21289c75790a3e.tar.gz rust-67afeef9e472812ba85341114c21289c75790a3e.zip | |
proc_macro: move to a dependency of libtest.
Diffstat (limited to 'src/libsyntax_ext')
| -rw-r--r-- | src/libsyntax_ext/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_ext/Cargo.toml b/src/libsyntax_ext/Cargo.toml index 5a691bde3ec..4979d0b3e92 100644 --- a/src/libsyntax_ext/Cargo.toml +++ b/src/libsyntax_ext/Cargo.toml @@ -10,7 +10,6 @@ crate-type = ["dylib"] [dependencies] fmt_macros = { path = "../libfmt_macros" } -proc_macro = { path = "../libproc_macro" } rustc_errors = { path = "../librustc_errors" } syntax = { path = "../libsyntax" } syntax_pos = { path = "../libsyntax_pos" } |
