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
src Make Vec::leak a method instead of an associated function. 2020-07-29 10:53:55 +02:00
tests
Cargo.toml