Add [Advanced Lifetime] chapter

This commit is contained in:
sunface 2022-03-30 17:09:25 +08:00
parent 5f716caf6c
commit 47983d35f0
1 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,15 @@
# ChangeLog
## 2022-03-30
- Add [Advance Liftime](https://practice.rs/lifetime/advance.html) chapter
### 2022-03-29
- Add language switch icon in top-right corner
- Add [&'static and T: 'static](https://practice.rs/lifetime/static.html)
### 2022-03-28
- Add [Basic lifetime](https://practice.rs/lifetime/basic.html)