You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-15 18:44:18 +02:00
Fixed Cell link (#1076)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# `Cell` and `RefCell`
|
# `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
|
[`RefCell`](https://doc.rust-lang.org/std/cell/struct.RefCell.html) implement
|
||||||
what Rust calls *interior mutability:* mutation of values in an immutable
|
what Rust calls *interior mutability:* mutation of values in an immutable
|
||||||
context.
|
context.
|
||||||
|
Reference in New Issue
Block a user