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
Feature gate allocator-dependent features on "use_alloc" or "use_std"
Flags anything dependent on an allocator behind a feature gate, ensuring the
library still compiles without default features (although it may not be very
useful)
Adds "use_alloc" to obtain things like Box, String, and Vec from liballoc.
0 commit comments