1
Fork 0

De-stabilize core::slice::{from_ref, from_ref_mut}.

This commit is contained in:
whitequark 2017-11-01 21:56:17 +00:00
parent 8431811728
commit 1cc88be2eb
3 changed files with 4 additions and 3 deletions

View file

@ -93,6 +93,7 @@
#![feature(dropck_eyepatch)]
#![feature(exact_size_is_empty)]
#![feature(fmt_internals)]
#![feature(from_ref)]
#![feature(fundamental)]
#![feature(fused)]
#![feature(generic_param_attrs)]