mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:15:30 +00:00
- `LazyCell::get`: said it was returning a **mutable** reference. - `LazyCell::get_mut`: said it was returning a reference (the mutable was missing).