1
Fork 0

Fix benchmarking of libstd

This commit is contained in:
bjorn3 2025-01-17 13:35:50 +00:00
parent b8ae372e48
commit e76d0b8193

View file

@ -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"]