summaryrefslogtreecommitdiff
path: root/src/libpanic_abort
diff options
context:
space:
mode:
authorUlrik Sverdrup <bluss@users.noreply.github.com>2016-11-26 00:26:44 +0100
committerUlrik Sverdrup <bluss@users.noreply.github.com>2016-11-26 00:26:44 +0100
commit17cb7bdd8340d9f83450ebd3e58b9f76e11cc01b (patch)
treecca8bd43523724f958c7fe38da0bbe2534684a13 /src/libpanic_abort
parent42e66344b5b036ae1853591786ebf22e2c66c045 (diff)
downloadrust-17cb7bdd8340d9f83450ebd3e58b9f76e11cc01b.tar.gz
rustbuild: Add bench = false to std shim crates
Diffstat (limited to 'src/libpanic_abort')
-rw-r--r--src/libpanic_abort/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libpanic_abort/Cargo.toml b/src/libpanic_abort/Cargo.toml
index 9d62be64fc4..d90d2864813 100644
--- a/src/libpanic_abort/Cargo.toml
+++ b/src/libpanic_abort/Cargo.toml
@@ -6,6 +6,7 @@ version = "0.0.0"
[lib]
path = "lib.rs"
test = false
+bench = false
[dependencies]
core = { path = "../libcore" }