about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorCAD97 <cad97@cad97.com>2020-01-14 16:45:11 -0500
committerCAD97 <cad97@cad97.com>2020-01-14 20:15:39 -0500
commitf76177ce4376ea15b1b303da347e8f653679cf88 (patch)
treeb1fa9f39e91f1667cc9109a6e3cbdf4e685ade3c /src/liballoc
parent72b2bd55edbb1e63a930c5ddd08b25e4f9044786 (diff)
downloadrust-f76177ce4376ea15b1b303da347e8f653679cf88.tar.gz
rust-f76177ce4376ea15b1b303da347e8f653679cf88.zip
Stabilize ptr::slice_from_raw_parts[_mut]
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index fdabf109b2e..38c6fa91cc5 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -104,7 +104,6 @@
 #![feature(ptr_offset_from)]
 #![feature(rustc_attrs)]
 #![feature(receiver_trait)]
-#![feature(slice_from_raw_parts)]
 #![feature(specialization)]
 #![feature(staged_api)]
 #![feature(std_internals)]