about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-17 13:35:50 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-26 10:28:05 +0000
commite76d0b819302dffe04ce40de6bf8be1ac0eca0c9 (patch)
treeb6881f06ef93af9712d6f46a59329beab055d321 /library/std
parentb8ae372e483ed194a4aff2c4500bb7f0fd7e2967 (diff)
downloadrust-e76d0b819302dffe04ce40de6bf8be1ac0eca0c9.tar.gz
rust-e76d0b819302dffe04ce40de6bf8be1ac0eca0c9.zip
Fix benchmarking of libstd
Diffstat (limited to 'library/std')
-rw-r--r--library/std/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 7648dc141d8..67c249d54a0 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/rust.git"
 description = "The Rust Standard Library"
 edition = "2021"
+autobenches = false
 
 [lib]
 crate-type = ["dylib", "rlib"]