]> git.lizzy.rs Git - rust.git/commit
Changing the alloc() to accept &self instead of &mut self
authorblitzerr <rusty.blitzerr@gmail.com>
Mon, 21 Sep 2020 03:14:44 +0000 (20:14 -0700)
committerblitzerr <rusty.blitzerr@gmail.com>
Mon, 21 Sep 2020 23:43:36 +0000 (16:43 -0700)
commitd9d02fa168016b5b5b2033a2964a723f447f94b0
treee649c2f8137da4515a01a4e606d641f7765cd18f
parentfb1dc34a831688f8eca89ea22ea2eb39e881d729
Changing the alloc() to accept &self instead of &mut self
library/alloc/src/alloc.rs
library/alloc/src/raw_vec/tests.rs
library/core/src/alloc/mod.rs
library/std/src/alloc.rs
src/test/ui/allocator/custom.rs