diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2025-07-01 09:33:35 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2025-07-27 23:03:07 -0700 |
| commit | 173926da2bd94bde24740a4b9e6b1bac1bfcb910 (patch) | |
| tree | 4d2cabaa1a1b6f051f3b069f46b86268f99c16ba /library/alloc/src/slice.rs | |
| parent | 733dab558992d902d6d17576de1da768094e2cf3 (diff) | |
| download | rust-173926da2bd94bde24740a4b9e6b1bac1bfcb910.tar.gz rust-173926da2bd94bde24740a4b9e6b1bac1bfcb910.zip | |
Remove `[T]::array_chunks(_mut)`
Diffstat (limited to 'library/alloc/src/slice.rs')
| -rw-r--r-- | library/alloc/src/slice.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/alloc/src/slice.rs b/library/alloc/src/slice.rs index b4da56578c8..ce9f967cc38 100644 --- a/library/alloc/src/slice.rs +++ b/library/alloc/src/slice.rs @@ -16,10 +16,6 @@ use core::cmp::Ordering::{self, Less}; use core::mem::MaybeUninit; #[cfg(not(no_global_oom_handling))] use core::ptr; -#[unstable(feature = "array_chunks", issue = "74985")] -pub use core::slice::ArrayChunks; -#[unstable(feature = "array_chunks", issue = "74985")] -pub use core::slice::ArrayChunksMut; #[unstable(feature = "array_windows", issue = "75027")] pub use core::slice::ArrayWindows; #[stable(feature = "inherent_ascii_escape", since = "1.60.0")] |
