Skip to content

Commit 6f2c92b

Browse files
committed
remove secondary lambda features to be added later
1 parent 0188d40 commit 6f2c92b

16 files changed

Lines changed: 118 additions & 1402 deletions

File tree

datafusion/common/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ pub type HashMap<K, V, S = DefaultHashBuilder> = hashbrown::HashMap<K, V, S>;
114114
pub type HashSet<T, S = DefaultHashBuilder> = hashbrown::HashSet<T, S>;
115115
pub mod hash_map {
116116
pub use hashbrown::hash_map::Entry;
117-
pub use hashbrown::hash_map::EntryRef;
118117
}
119118
pub mod hash_set {
120119
pub use hashbrown::hash_set::Entry;

0 commit comments

Comments
 (0)