From b0d8bd7dbdb6920aabe869c07f6db7b08f85d204 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 12 Oct 2022 11:56:13 -0400 Subject: =?UTF-8?q?remove=20=E2=80=98const=5Ffn=E2=80=99=20feature,=20whic?= =?UTF-8?q?h=20in=20no=20longer=20needed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8e16b26..ca42ef1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,6 @@ //! Critical section support is supplied by the [`cs` module](cs). #![no_std] -#![feature(const_fn)] pub mod array; pub mod cs; -- cgit v1.2.3