diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-28 20:13:10 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-29 08:47:26 -0800 |
| commit | 03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897 (patch) | |
| tree | 432c7a5051035f79b29f93fbacc6bbb46130d2cc /src/libcore | |
| parent | 6207e80d2cc8a870f1b13249dda31a93b7697ffa (diff) | |
| download | rust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.tar.gz rust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.zip | |
Fallout from updating bootstrap Cargo
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/Cargo.toml | 7 |
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" |
