rust-lang / wg-allocators

Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!
http://bit.ly/hello-wg-allocators
203 stars 9 forks source link

Rename Alloc trait to Allocator in README #85

Closed rusty122 closed 3 years ago

rusty122 commented 3 years ago

Looks like the trait got renamed in https://github.com/rust-lang/rust/pull/79286

TimDiekmann commented 3 years ago

Thank you!