46: drop the nonzero feature gate r=japaric a=japaric



Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
bors[bot] 2018-07-13 05:29:40 +00:00
commit f51e6252ef

View File

@ -53,7 +53,6 @@
#![deny(warnings)]
#![feature(const_fn)]
#![feature(core_intrinsics)]
#![feature(nonzero)]
#![feature(untagged_unions)]
#![no_std]