Add get_many_mut methods to slice
This commit is contained in:
parent
9cdfe03b06
commit
3fe37b8c6e
5 changed files with 201 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue