mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:37:12 +00:00
Changing the alloc() to accept &self instead of &mut self Fixes: [#55](https://github.com/rust-lang/wg-allocators/issues/55) This is the first cut. It only makes the change for `alloc` method.