rust/library/alloc
Jed Brown 2f27236745 alloc boxed: docs: use MaybeUninit::write instead of as_mut_ptr
In the deferred initialization pattern, the docs were needlessly going
through as_mut_ptr().write() to initialize, which is unnecessary use of
a pointer, needs to be inside an unsafe block, and may weaken alias
analysis.
2025-02-13 09:13:33 -07:00
..
benches Fix testing of the standard library with Emscripten 2025-01-24 09:25:34 +00:00
src alloc boxed: docs: use MaybeUninit::write instead of as_mut_ptr 2025-02-13 09:13:33 -07:00
tests Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhpratt 2025-02-09 19:44:50 +01:00
Cargo.toml Update compiler-builtins to 0.1.146 2025-02-07 20:58:28 +00:00