Skip to content

Commit e42b469

Browse files
committed
Don't enable hashbrown/inline-more
1 parent 15a69cb commit e42b469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rayon = { version = "1.0", optional = true }
3838
[dependencies.hashbrown]
3939
version = "0.8"
4040
default-features = false
41-
features = ["inline-more", "raw"]
41+
features = ["raw"]
4242

4343
[dev-dependencies]
4444
itertools = "0.9"

0 commit comments

Comments
 (0)