We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc96f5 commit 1fa1545Copy full SHA for 1fa1545
lib.rs
@@ -1504,15 +1504,6 @@ pub struct IntoIter<A: Array> {
1504
end: usize,
1505
}
1506
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
-
1516
impl<A: Array + Clone> Clone for IntoIter<A>
1517
where
1518
A::Item: Clone,
0 commit comments