commit
1ba75d2aed
@ -1511,6 +1511,9 @@ pub struct IntoIter<T> {
|
|||||||
end: *const T
|
end: *const T
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unsafe impl<T: Send> Send for IntoIter<T> { }
|
||||||
|
unsafe impl<T: Sync> Sync for IntoIter<T> { }
|
||||||
|
|
||||||
impl<T> IntoIter<T> {
|
impl<T> IntoIter<T> {
|
||||||
#[inline]
|
#[inline]
|
||||||
/// Drops all items that have not yet been moved and returns the empty vector.
|
/// Drops all items that have not yet been moved and returns the empty vector.
|
||||||
|
Loading…
Reference in New Issue
Block a user