Files
rust/library/core
Jacob Pratt fe5a1d7332 Rollup merge of #146863 - matwatson:core-cell-improve-doc, r=tgross35
Update cell.rs, correct module level doc

This change corrects the Cell<T> section by replacing `&mut` with `&` so the statement reads "an &T to the inner value can never be obtained". It also emphasizes that a single &mut T to the inner value can be obtained (e.g. via method core::cell::Cell::get_mut).
2026-01-05 00:16:33 -05:00
..
2025-11-16 23:35:37 -05:00