Skip to content

Commit 0b6cc93

Browse files
committed
Disable bench for the lib crate itself (no benches there)
1 parent 2b45cf5 commit 0b6cc93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ repository = "https://github.com/bluss/ordermap"
77
license = "Apache-2.0/MIT"
88
description = "A hash table with consistent order and fast iteration."
99

10+
[lib]
11+
bench = false
12+
1013
[dependencies]
1114

1215
[dev-dependencies]

0 commit comments

Comments
 (0)