diff options
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
index : clint.git | ||
rust library for handling interrupts with closures |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 1 |
@@ -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; |