about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2016-12-15 16:35:06 -0700
committerJeremy Soller <jackpot51@gmail.com>2016-12-15 16:35:06 -0700
commit6d7c2ecf2e7b73f067c093ce9770ec187f9b3ea1 (patch)
treecdd3aebc7d9c2ea4621fb924503491cd3f4f7b2b /src/libstd
parent07e313de2c4ca3c0c8cfd19bf7b7930763629da6 (diff)
downloadrust-6d7c2ecf2e7b73f067c093ce9770ec187f9b3ea1.tar.gz
rust-6d7c2ecf2e7b73f067c093ce9770ec187f9b3ea1.zip
Revert libstd/Cargo.toml to master
Diffstat (limited to 'src/libstd')
-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"