aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4be590a..6342c41 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;