Skip to content

Commit d1e622f

Browse files
Rename iterator Debug
1 parent 6bf1d93 commit d1e622f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/alloc/src/boxed/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ impl<T: fmt::Debug, const N: usize, A: Allocator> fmt::Debug for BoxedArrayIntoI
332332
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
333333
// Only print the elements that were not yielded yet: we cannot
334334
// access the yielded elements anymore.
335-
f.debug_tuple("IntoIter").field(&self.as_slice()).finish()
335+
f.debug_tuple("BoxedArrayIntoIter").field(&self.as_slice()).finish()
336336
}
337337
}
338338

0 commit comments

Comments
 (0)