Skip to content

Commit 9c11113

Browse files
committed
Move library/term/src to library/test/src/term/.
1 parent 5a8a441 commit 9c11113

File tree

11 files changed

+0
-10
lines changed

11 files changed

+0
-10
lines changed

library/term/Cargo.toml

-9
This file was deleted.

library/test/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ crate-type = ["dylib", "rlib"]
1010
[dependencies]
1111
cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1212
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
13-
term = { path = "../term" }
1413
std = { path = "../std" }
1514
core = { path = "../core" }
1615
libc = { version = "0.2", default-features = false }
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)