Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ pub(crate) struct Store<I, P, H> {
pub size: usize, // The size of the heap
}

// do not [derive(Eq)] to loosen up trait requirements for other types and impls
impl<I, P, H> Eq for Store<I, P, H>
where
I: Hash + Eq,
P: Ord,
H: BuildHasher,
{
}

impl<I, P, H> Default for Store<I, P, H>
where
I: Hash + Eq,
Expand Down