]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/lib.rs
Rename std::ptr::Shared to NonNull
[rust.git] / src / liballoc / lib.rs
index 6ee4f802802abe93ba18795385a2d4ccad943d8a..eaad6f1116f00dec7dc5c52ad7c1debfff7fe217 100644 (file)
 #![feature(iter_rfold)]
 #![feature(lang_items)]
 #![feature(needs_allocator)]
+#![feature(nonnull)]
 #![feature(nonzero)]
 #![feature(offset_to)]
 #![feature(optin_builtin_traits)]
 #![feature(placement_in_syntax)]
 #![feature(placement_new_protocol)]
 #![feature(rustc_attrs)]
-#![feature(shared)]
 #![feature(slice_get_slice)]
 #![feature(slice_patterns)]
 #![feature(slice_rsplit)]