1
Fork 0

Stabilize std::ptr::NonNull

This commit is contained in:
Simon Sapin 2017-12-22 19:50:21 +01:00
parent 2d51e74580
commit 55c50cd8ac
8 changed files with 20 additions and 30 deletions

View file

@ -103,7 +103,6 @@
#![feature(iter_rfold)]
#![feature(lang_items)]
#![feature(needs_allocator)]
#![feature(nonnull)]
#![feature(nonzero)]
#![feature(offset_to)]
#![feature(optin_builtin_traits)]