rust/library/alloc
Matthias Krüger 145e35a6e3
Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgross35
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-14 16:23:33 +01:00
..
benches Fix testing of the standard library with Emscripten 2025-01-24 09:25:34 +00:00
src Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgross35 2025-02-14 16:23:33 +01: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