Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 02437ee

Browse files
committed
Remove proc-macro dependency
1 parent 10550cd commit 02437ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libtest/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ crate-type = ["dylib", "rlib"]
1111

1212
[dependencies]
1313
getopts = "0.2"
14-
term = { path = "../libterm" }
15-
16-
# not actually used but needed to always have proc_macro in the sysroot
17-
proc_macro = { path = "../libproc_macro" }
14+
term = { path = "../libterm" }

0 commit comments

Comments
 (0)