mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-18 05:37:52 +02:00
Fixed Cell link (#1076)
This commit is contained in:
parent
a166ccfdb1
commit
8b873a850d
@ -1,6 +1,6 @@
|
||||
# `Cell` and `RefCell`
|
||||
|
||||
[`Cell`][https://doc.rust-lang.org/std/cell/struct.Cell.html] and
|
||||
[`Cell`](https://doc.rust-lang.org/std/cell/struct.Cell.html) and
|
||||
[`RefCell`](https://doc.rust-lang.org/std/cell/struct.RefCell.html) implement
|
||||
what Rust calls *interior mutability:* mutation of values in an immutable
|
||||
context.
|
||||
|
Loading…
x
Reference in New Issue
Block a user