Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information