os-rust/library/alloc
Simon Sapin d8bcf75206 Make Vec::leak a method instead of an associated function.
The reason for `Box::leak` not to be a method (`Deref` to an arbitrary `T`
which might have its own, different `leak` method) does not apply.
2020-07-29 10:53:55 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Make Vec::leak a method instead of an associated function. 2020-07-29 10:53:55 +02:00
tests Add str::[r]split_once 2020-07-28 09:58:20 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00