Skip to content

Commit 033c49b

Browse files
committed
Add a required std feature to the bench
1 parent 7b39419 commit 033c49b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ bencher = "0.1.4"
4040
[[bench]]
4141
name = "extend"
4242
harness = false
43+
required-features = ["std"]
4344

4445
[[bench]]
4546
name = "arraystring"

0 commit comments

Comments
 (0)