fix issue

This commit is contained in:
Ren Kararou 2023-12-21 18:35:10 -06:00
parent c573867598
commit 68a2a33329
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6

View file

@ -1,4 +1,4 @@
#![cfg_attr(feature = "no-std"), no_std)] #![cfg_attr(feature = "no-std", no_std)]
// example std && no_std setup // example std && no_std setup
//#[cfg(feature = "no-std")] //#[cfg(feature = "no-std")]