Skip to content

Commit d48be0d

Browse files
committed
Fix benchmarking of libstd
1 parent f301e4d commit d48be0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/rust.git"
88
description = "The Rust Standard Library"
99
edition = "2021"
10+
autobenches = false
1011

1112
[lib]
1213
crate-type = ["dylib", "rlib"]

0 commit comments

Comments
 (0)