Remove unused #![feature(const_fn)].

This commit is contained in:
4lDO2
2021-06-17 18:42:03 +02:00
parent c81c4de223
commit c66956ca2a
-1
View File
@@ -1,6 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(asm)]
#![feature(const_fn)]
pub use crate::{
allocator::*,