diff --git a/crates/oxc_allocator/src/hash_map.rs b/crates/oxc_allocator/src/hash_map.rs index 125f2f91cdbe6..56e90caf65931 100644 --- a/crates/oxc_allocator/src/hash_map.rs +++ b/crates/oxc_allocator/src/hash_map.rs @@ -45,7 +45,7 @@ type FxHashMap<'alloc, K, V> = hashbrown::HashMap(ManuallyDrop>);