Skip to content

Commit

Permalink
Auto merge of #532 - stepancheg:equivalent, r=Amanieu
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bors committed Jun 17, 2024
2 parents e25e6bb + f93727d commit a34158c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bumpalo = { version = "3.13.0", features = ["allocator-api2"] }
rkyv = { version = "0.7.42", features = ["validation"] }

[features]
default = ["ahash", "inline-more", "allocator-api2"]
default = ["ahash", "inline-more", "allocator-api2", "equivalent"]

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

Expand Down

0 comments on commit a34158c

Please sign in to comment.