]> git.lizzy.rs Git - rust.git/commit
Use Box::into_raw rather than the deprecated boxed::into_raw in tests and documentation.
authorMs2ger <ms2ger@gmail.com>
Fri, 26 Jun 2015 20:29:40 +0000 (22:29 +0200)
committerMs2ger <ms2ger@gmail.com>
Fri, 26 Jun 2015 20:29:40 +0000 (22:29 +0200)
commit532235be276de640d22c9d974d81f723e6094cf1
treeb681d35ab0de0226fcc1c9574bd5dacd8adf45f1
parent2cb8a31e7cea1ee499630c9c6744dedd0c0b371f
Use Box::into_raw rather than the deprecated boxed::into_raw in tests and documentation.
src/liballoc/boxed.rs
src/liballoc/boxed_test.rs
src/libcore/ptr.rs