aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-10-12 11:56:13 -0400
committerBrian Cully <bjc@kublai.com>2022-10-12 11:56:13 -0400
commitb0d8bd7dbdb6920aabe869c07f6db7b08f85d204 (patch)
tree18cb84a70640e1d7a75b4c28d1e0b9d4b7cff51b
parent255681db19215f54f27e443cf2778488950d2606 (diff)
downloadclint-b0d8bd7dbdb6920aabe869c07f6db7b08f85d204.tar.gz
clint-b0d8bd7dbdb6920aabe869c07f6db7b08f85d204.zip
remove ‘const_fn’ feature, which in no longer needed.
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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;