Remove core_intrinsics feature

Stable versions of these functions now exist under core::ptr, so use
those.
This commit is contained in:
Ian Douglas Scott
2018-01-06 22:38:37 -08:00
parent 7c805d2a28
commit 3fc22e2e4c
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -1,7 +1,6 @@
#![deny(warnings)]
#![feature(asm)]
#![feature(const_fn)]
#![feature(core_intrinsics)]
#![no_std]
pub use self::arch::*;