summary update for interior mutability

pull/123/head
kumakichi 3 years ago
parent 1980638e43
commit c11f1d87a0

@ -86,9 +86,9 @@ I am a Canadian who lives in Korea, and I wrote Easy Rust while thinking of how
- [Lifetimes](#lifetimes)
- [Interior mutability](#interior-mutability)
- [Cell](#cell)
- [RefCell](#refcell)
- [Mutex](#mutex)
- [RwLock](#rwlock)
- [RefCell](#refcell)
- [Mutex](#mutex)
- [RwLock](#rwlock)
- [Cow](#cow)
- [Type aliases](#type-aliases)
- [Importing and renaming inside a function](#importing-and-renaming-inside-a-function)

Loading…
Cancel
Save