diff options
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ -#![feature(const_fn)] #![feature(test)] -#![cfg_attr(all(not(test), not(feature="std")), no_std)] +#![cfg_attr(not(feature = "std"), no_std)] extern crate alloc; |