Skip to content

Commit 0b17b5c

Browse files
authored
rm empty block
1 parent 9944734 commit 0b17b5c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/priority_queue/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -730,13 +730,6 @@ where
730730
}
731731
}
732732

733-
impl<I, P, H> PriorityQueue<I, P, H>
734-
where
735-
P: Ord,
736-
I: Hash + Eq,
737-
{
738-
}
739-
740733
impl<I, P, H> PriorityQueue<I, P, H>
741734
where
742735
P: Ord,

0 commit comments

Comments
 (0)