about summary refs log tree commit diff
path: root/src/liballoc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc/Cargo.toml')
-rw-r--r--src/liballoc/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/Cargo.toml b/src/liballoc/Cargo.toml
index 2eb8ea12604..6383bd1e941 100644
--- a/src/liballoc/Cargo.toml
+++ b/src/liballoc/Cargo.toml
@@ -9,7 +9,6 @@ path = "lib.rs"
 
 [dependencies]
 core = { path = "../libcore" }
-std_unicode = { path = "../libstd_unicode" }
 compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
 
 [dev-dependencies]