Skip to content

Commit 7b15062

Browse files
lengyijungarro95
authored andcommitted
rm empty block
1 parent 7cf3d29 commit 7b15062

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/priority_queue/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -732,13 +732,6 @@ where
732732
}
733733
}
734734

735-
impl<I, P, H> PriorityQueue<I, P, H>
736-
where
737-
P: Ord,
738-
I: Hash + Eq,
739-
{
740-
}
741-
742735
impl<I, P, H> PriorityQueue<I, P, H>
743736
where
744737
P: Ord,

0 commit comments

Comments
 (0)