about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authortinaun <tinagma@gmail.com>2018-04-17 00:59:16 -0400
committertinaun <tinagma@gmail.com>2018-04-17 01:22:28 -0400
commitb84baf23788e96a1d79de543eb264ff7d2334c63 (patch)
treed0f43d2c555d5054001da4dbede7bb0ad4d76e26 /src/liballoc
parent4a8f4b7e4958f5a57ca2ebb936a2f6770191eebd (diff)
downloadrust-b84baf23788e96a1d79de543eb264ff7d2334c63.tar.gz
rust-b84baf23788e96a1d79de543eb264ff7d2334c63.zip
stabilize `nonnull_cast` feature
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 f2a61bda4aa..163aef61b43 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -99,7 +99,6 @@
 #![feature(lang_items)]
 #![feature(libc)]
 #![feature(needs_allocator)]
-#![feature(nonnull_cast)]
 #![feature(nonzero)]
 #![feature(optin_builtin_traits)]
 #![feature(pattern)]