diff options
| author | The Miri Conjob Bot <miri@cron.bot> | 2023-12-12 05:10:45 +0000 |
|---|---|---|
| committer | The Miri Conjob Bot <miri@cron.bot> | 2023-12-12 05:10:45 +0000 |
| commit | dd6008999e524a5a073f0d49191809e952276427 (patch) | |
| tree | f46f2a09139374b9160661d259f0b71112f90184 /library/core/src/array | |
| parent | 86e64161e3bde2b41356a59569a200ab1709126b (diff) | |
| parent | 19e0c984d3ff44c6e273ddae2f327e8ad8726fae (diff) | |
| download | rust-dd6008999e524a5a073f0d49191809e952276427.tar.gz rust-dd6008999e524a5a073f0d49191809e952276427.zip | |
Merge from rustc
Diffstat (limited to 'library/core/src/array')
| -rw-r--r-- | library/core/src/array/iter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/array/iter.rs b/library/core/src/array/iter.rs index 321357a15bf..2b22488b8ff 100644 --- a/library/core/src/array/iter.rs +++ b/library/core/src/array/iter.rs @@ -4,7 +4,7 @@ use crate::num::NonZeroUsize; use crate::{ fmt, intrinsics::transmute_unchecked, - iter::{self, ExactSizeIterator, FusedIterator, TrustedLen, TrustedRandomAccessNoCoerce}, + iter::{self, FusedIterator, TrustedLen, TrustedRandomAccessNoCoerce}, mem::MaybeUninit, ops::{IndexRange, Range}, ptr, |
