mirror of
https://github.com/openharmony/third_party_rust_rust-smallvec.git
synced 2026-07-21 01:55:25 -04:00
Remove specialized impl
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user