Skip to content

Commit

Permalink
Don't enable hashbrown/inline-more
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jul 16, 2020
1 parent 39618a2 commit 379a07a
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 @@ -38,7 +38,7 @@ rayon = { version = "1.0", optional = true }
[dependencies.hashbrown]
version = "0.8"
default-features = false
features = ["inline-more", "raw"]
features = ["raw"]

[dev-dependencies]
itertools = "0.9"
Expand Down

0 comments on commit 379a07a

Please sign in to comment.