]> git.lizzy.rs Git - rust.git/blobdiff - library/test/Cargo.toml
Move `library/term/src` to `library/test/src/term/`.
[rust.git] / library / test / Cargo.toml
index 226557430df210a23a1b24d309aa81a8d316ab41..479d86354c04cd24f84bcb938183e6630c31bd7a 100644 (file)
@@ -10,7 +10,6 @@ crate-type = ["dylib", "rlib"]
 [dependencies]
 cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
 getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
-term = { path = "../term" }
 std = { path = "../std" }
 core = { path = "../core" }
 libc = { version = "0.2", default-features = false }