Skip to content

Commit

Permalink
Remove specialized impl
Browse files Browse the repository at this point in the history
  • Loading branch information
L0uisc committed Dec 13, 2019
1 parent fdc96f5 commit 1fa1545
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib.rs
Expand Up @@ -1504,15 +1504,6 @@ pub struct IntoIter<A: Array> {
end: usize,
}

/*impl<A: Array + Clone> Clone for IntoIter<A>
where
A::Item: Copy,
{
fn clone(&self) -> IntoIter<A> {
SmallVec::from_slice(self.as_slice()).into_iter()
}
}*/

impl<A: Array + Clone> Clone for IntoIter<A>
where
A::Item: Clone,
Expand Down

0 comments on commit 1fa1545

Please sign in to comment.