Skip to content

Commit 61f5667

Browse files
committed
additional reading
1 parent bf77bd0 commit 61f5667

File tree

1 file changed

+1
-0
lines changed
  • content/lessons/07_smart_pointers

1 file changed

+1
-0
lines changed

content/lessons/07_smart_pointers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Alongisde the `RefCell<T>` type described above, there is an analogous [`Cell<T>
6363
# Additional reading
6464

6565
- [On wrapped references](https://www.fpcomplete.com/blog/rust-asref-asderef/)
66+
- [`Deref` vs `AsRef` vs `Borrow`](https://dev.to/zhanghandong/rust-concept-clarification-deref-vs-asref-vs-borrow-vs-cow-13g6)
6667

6768
## Assignment 5 (graded)
6869

0 commit comments

Comments
 (0)