Don't explicitly name Global
This commit is contained in:
parent
767a7119a0
commit
4df4c0d00b
@ -1563,7 +1563,7 @@ unsafe impl<T, A: Allocator> SourceIter for IntoIter<T, A> {
|
||||
#[doc(hidden)]
|
||||
unsafe impl<I, A: Allocator> InPlaceIterable for IntoIter<I, A> {}
|
||||
|
||||
unsafe impl<I> AsVecIntoIter for IntoIter<I, Global> {
|
||||
unsafe impl<I> AsVecIntoIter for IntoIter<I> {
|
||||
type Item = I;
|
||||
|
||||
fn as_into_iter(&mut self) -> &mut vec::IntoIter<Self::Item> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user