Skip to content

Commit 60759dc

Browse files
committed
remove IntoIter default implementation
1 parent 715a112 commit 60759dc

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/concurrent_pinned_vec/into_iter.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,6 @@ where
1515
current_last: *const T,
1616
}
1717

18-
impl<'a, T, G> Default for ConcurrentSplitVecIntoIter<T, G>
19-
where
20-
G: GrowthWithConstantTimeAccess,
21-
{
22-
fn default() -> Self {
23-
Self {
24-
slices: Default::default(),
25-
len_of_remaining_slices: Default::default(),
26-
current_ptr: Default::default(),
27-
current_last: Default::default(),
28-
}
29-
}
30-
}
31-
3218
impl<'a, T, G> ConcurrentSplitVecIntoIter<T, G>
3319
where
3420
G: GrowthWithConstantTimeAccess,

0 commit comments

Comments
 (0)