Skip to content

Commit a34158c

Browse files
committed
Auto merge of #532 - stepancheg:equivalent, r=Amanieu
Make equivalent default feature I think this is how it is meant to be: https://github.com/rust-lang/hashbrown/blob/e25e6bb02e4fe4d58835f525d60f86091f41d50f/src/lib.rs#L140-L142 CC `@cuviper`
2 parents e25e6bb + f93727d commit a34158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bumpalo = { version = "3.13.0", features = ["allocator-api2"] }
5050
rkyv = { version = "0.7.42", features = ["validation"] }
5151

5252
[features]
53-
default = ["ahash", "inline-more", "allocator-api2"]
53+
default = ["ahash", "inline-more", "allocator-api2", "equivalent"]
5454

5555
nightly = ["allocator-api2?/nightly", "bumpalo/allocator_api"]
5656

0 commit comments

Comments
 (0)