]> git.lizzy.rs Git - rust.git/commit
Replace Unique<T> with NonZero<T> in Alloc trait
authorSimon Sapin <simon.sapin@exyr.org>
Fri, 22 Dec 2017 18:12:22 +0000 (19:12 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Sat, 20 Jan 2018 09:55:16 +0000 (10:55 +0100)
commitfb03a49c2501c52401b3c987fd455818de1736f2
treef8837bc6ac6935858714c8ad6fd1be55398a9242
parentf19baf0977b176ba26277af479a19b71b7ee1fdb
Replace Unique<T> with NonZero<T> in Alloc trait
src/liballoc/allocator.rs
src/liballoc/raw_vec.rs
src/libcore/ptr.rs
src/test/run-pass/allocator-alloc-one.rs