1
Fork 0

stabilize nonnull_cast feature

This commit is contained in:
tinaun 2018-04-17 00:59:16 -04:00
parent 4a8f4b7e49
commit b84baf2378
4 changed files with 2 additions and 4 deletions

View file

@ -99,7 +99,6 @@
#![feature(lang_items)]
#![feature(libc)]
#![feature(needs_allocator)]
#![feature(nonnull_cast)]
#![feature(nonzero)]
#![feature(optin_builtin_traits)]
#![feature(pattern)]