about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstd/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index 0384c6666e3..fcf84cb7169 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -23,9 +23,6 @@ compiler_builtins = { path = "../libcompiler_builtins" }
 std_unicode = { path = "../libstd_unicode" }
 unwind = { path = "../libunwind" }
 
-[replace]
-"core:0.0.0" = { path = "../libcore" }
-
 [build-dependencies]
 build_helper = { path = "../build_helper" }
 gcc = "0.3.27"