From c66956ca2ac1b4df3904afbafe53321a4b6c50af Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Thu, 17 Jun 2021 18:42:03 +0200 Subject: [PATCH] Remove unused #![feature(const_fn)]. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c15793c598..487e089e88 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,5 @@ #![cfg_attr(not(feature = "std"), no_std)] #![feature(asm)] -#![feature(const_fn)] pub use crate::{ allocator::*,