rust/library/core/src/cell
Jalil David Salamé Messina 20bff638bf
fix(LazyCell): documentation of get[_mut] was wrong
- `LazyCell::get`: said it was returning a **mutable** reference.
- `LazyCell::get_mut`: said it was returning a reference (the mutable
  was missing).
2024-12-18 09:43:02 +01:00
..
lazy.rs fix(LazyCell): documentation of get[_mut] was wrong 2024-12-18 09:43:02 +01:00
once.rs replace placeholder version 2024-10-15 20:13:55 -07:00