From 4200b7caa151fd32efed0adf99bb38695bf7c357 Mon Sep 17 00:00:00 2001 From: abdul124 Date: Fri, 19 Jul 2024 10:27:59 +0800 Subject: [PATCH] Update libcortex_a9/src/lib.rs --- libcortex_a9/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libcortex_a9/src/lib.rs b/libcortex_a9/src/lib.rs index 7c9acd3..467fdbf 100644 --- a/libcortex_a9/src/lib.rs +++ b/libcortex_a9/src/lib.rs @@ -1,7 +1,6 @@ #![no_std] #![feature(llvm_asm, global_asm)] #![feature(never_type)] -#![cfg_attr(not(feature = "const_fn"), const_fn)] extern crate alloc;