You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use this library in a no_std environment, but I'm running into a compile time no global memory allocator error with test disabled. This appears to be due to the use of alloc::borrow::ToOwned. Do I need to configure something else in my environment?
I'm opening a PR with a small patch that I've been using for the past month -- feel free to ignore if it is indeed a configuration issue.
The text was updated successfully, but these errors were encountered:
I've been trying to use this library in a
no_std
environment, but I'm running into a compile timeno global memory allocator error
withtest
disabled. This appears to be due to the use ofalloc::borrow::ToOwned
. Do I need to configure something else in my environment?I'm opening a PR with a small patch that I've been using for the past month -- feel free to ignore if it is indeed a configuration issue.
The text was updated successfully, but these errors were encountered: