Skip to content

Commit

Permalink
Remove raw-entry feature
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jan 20, 2025
1 parent 1793018 commit 1b2ae86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/oxc_allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ doctest = false
[dependencies]
allocator-api2 = { workspace = true }
bumpalo = { workspace = true, features = ["allocator-api2", "collections"] }
hashbrown = { workspace = true, default-features = false, features = ["inline-more", "raw-entry", "allocator-api2"] }
hashbrown = { workspace = true, default-features = false, features = ["inline-more", "allocator-api2"] }
rustc-hash = { workspace = true }
simdutf8 = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_allocator/src/hash_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use rustc_hash::FxBuildHasher;
pub use hashbrown::{
hash_map::{
Drain, Entry, EntryRef, ExtractIf, IntoIter, IntoKeys, IntoValues, Iter, IterMut, Keys,
OccupiedError, RawEntryBuilder, RawEntryBuilderMut, Values, ValuesMut,
OccupiedError, Values, ValuesMut,
},
Equivalent, TryReserveError,
};
Expand Down

0 comments on commit 1b2ae86

Please sign in to comment.