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
* `RawTable` has a new type parameter, `A: Alloc + Clone`
* When the `nightly` flag is passed, `Alloc` will be the trait in
`alloc::Alloc`.
* On stable, a minimal shim implementation is provided, along with an
implementation for the global allocator.
* No public APIs changed.
* For `HashMap`, everything is monomorphized to the global allocator,
and there should be no performance or size overhead.
0 commit comments