Skip to content

Commit 62fef07

Browse files
Update timely/src/progress/operate.rs
Co-authored-by: Moritz Hoffmann <[email protected]>
1 parent 59218d1 commit 62fef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timely/src/progress/operate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl<TS> Default for PortConnectivity<TS> {
7474

7575
impl<TS> PortConnectivity<TS> {
7676
/// Inserts an element by reference, ensuring that the index exists.
77-
pub fn insert(&mut self, index: usize, element: TS) -> bool where TS : crate::PartialOrder + Clone {
77+
pub fn insert(&mut self, index: usize, element: TS) -> bool where TS : crate::PartialOrder {
7878
self.tree.entry(index).or_default().insert(element)
7979
}
8080
/// Inserts an element by reference, ensuring that the index exists.

0 commit comments

Comments
 (0)