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