1
Fork 0

Add get_many_mut methods to slice

This commit is contained in:
Marvin Löbel 2021-03-28 14:24:49 +02:00 committed by Mark Rousskov
parent 9cdfe03b06
commit 3fe37b8c6e
5 changed files with 201 additions and 0 deletions

View file

@ -108,6 +108,7 @@
#![feature(provide_any)]
#![feature(utf8_chunks)]
#![feature(is_ascii_octdigit)]
#![feature(get_many_mut)]
#![deny(unsafe_op_in_unsafe_fn)]
extern crate test;