summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorMarvin Löbel <loebel.marvin@gmail.com>2021-03-28 14:24:49 +0200
committerMark Rousskov <mark.simulacrum@gmail.com>2022-11-20 11:19:11 -0500
commit3fe37b8c6e02daa6a7c33a71bb7f44682e43d08d (patch)
tree46e8c1782c521106e89163844385ccda48ba8119 /library/std/src
parent9cdfe03b0601d5328406746a7923a8a4eaa0cf3c (diff)
downloadrust-3fe37b8c6e02daa6a7c33a71bb7f44682e43d08d.tar.gz
rust-3fe37b8c6e02daa6a7c33a71bb7f44682e43d08d.zip
Add get_many_mut methods to slice
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 9334c833bb6..63ee6c521d7 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -347,6 +347,7 @@
 #![feature(stdsimd)]
 #![feature(test)]
 #![feature(trace_macros)]
+#![feature(get_many_mut)]
 //
 // Only used in tests/benchmarks:
 //