From 68a2a3332911947efd5ad4f778382cb8ae4b8a43 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Thu, 21 Dec 2023 18:35:10 -0600 Subject: [PATCH] fix issue --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index dd36c02..9efbf7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![cfg_attr(feature = "no-std"), no_std)] +#![cfg_attr(feature = "no-std", no_std)] // example std && no_std setup //#[cfg(feature = "no-std")]