Skip to content

Commit 1fa1545

Browse files
committed
Remove specialized impl
1 parent fdc96f5 commit 1fa1545

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,15 +1504,6 @@ pub struct IntoIter<A: Array> {
15041504
end: usize,
15051505
}
15061506

1507-
/*impl<A: Array + Clone> Clone for IntoIter<A>
1508-
where
1509-
A::Item: Copy,
1510-
{
1511-
fn clone(&self) -> IntoIter<A> {
1512-
SmallVec::from_slice(self.as_slice()).into_iter()
1513-
}
1514-
}*/
1515-
15161507
impl<A: Array + Clone> Clone for IntoIter<A>
15171508
where
15181509
A::Item: Clone,

0 commit comments

Comments
 (0)