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
Using `core::alloc` instead of `alloc::alloc` removes the need to
include `alloc` in this library. This enables users of this crate to use
`Heap` without `alloc` in `no_std`.
0 commit comments