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
If we add these, we should add another alloc feature to put these behind. We can probably get away with just moving the existing impls for these behind allow and having std depend on said feature!
For example,
DataSize
is not implemented foralloc::{collections::BTreeMap, string::String, vec::Vec}
.The text was updated successfully, but these errors were encountered: