about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-28 20:13:10 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-29 08:47:26 -0800
commit03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897 (patch)
tree432c7a5051035f79b29f93fbacc6bbb46130d2cc /src/libcore
parent6207e80d2cc8a870f1b13249dda31a93b7697ffa (diff)
downloadrust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.tar.gz
rust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.zip
Fallout from updating bootstrap Cargo
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libcore/Cargo.toml b/src/libcore/Cargo.toml
index a72c712ad17..e0dbc096cd0 100644
--- a/src/libcore/Cargo.toml
+++ b/src/libcore/Cargo.toml
@@ -13,6 +13,7 @@ bench = false
 name = "coretest"
 path = "../libcoretest/lib.rs"
 
-[[bench]]
-name = "coretest"
-path = "../libcoretest/lib.rs"
+# FIXME: need to extract benchmarks to a separate crate
+#[[bench]]
+#name = "coretest"
+#path = "../libcoretest/lib.rs"