rust/library/alloc
Jonathan Brouwer 596e1e3f88
Rollup merge of #150344 - hkBst:cleanup-linked-list, r=jhpratt
Cleanup linked list

 - Replaces some checked_sub().unwrap_or(0) with saturating_sub().
 - Replaces NonNull::from(Box::leak(node)) with Box::into_non_null(node)
2025-12-30 10:42:28 +01:00
..
src Rollup merge of #150344 - hkBst:cleanup-linked-list, r=jhpratt 2025-12-30 10:42:28 +01:00
Cargo.toml Add panic=immediate-abort 2025-09-21 13:12:18 -04:00