Skip to content

Commit 82e7725

Browse files
committed
Merge pull request #180 from bluss/bench-is-for-benches
Set `bench = false` for the main library
2 parents 6660e01 + 630b91c commit 82e7725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ rand = "0.3"
3333
# Enable to use the unstable pattern traits defined in std.
3434
pattern = []
3535

36+
[lib]
37+
# There are no benchmarks in the library code itself
38+
bench = false
39+
3640
# Runs unit tests defined inside the regex package.
3741
# Generally these tests specific pieces of the regex implementation.
3842
[[test]]

0 commit comments

Comments
 (0)