diff --git a/core/src/lib.rs b/core/src/lib.rs index 49ee1bd..e735e3c 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -95,7 +95,7 @@ //! implemented by disabling interrupts. The critical sections are very short, a few instructions at //! most, so they should make no difference to most applications. -#![cfg_attr(not(feature = "std"), no_std)] +#![no_std] #![deny(missing_docs)] #![deny(warnings)]