diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ #![deny(warnings)] #![feature(asm)] #![feature(const_fn)] -#![feature(const_unsafe_cell_new)] #![no_std] extern crate volatile_register; |