Add [&'static and T: 'static] chapter

This commit is contained in:
sunface
2022-03-29 21:55:18 +08:00
parent f501cbc737
commit addb6c6a80
5 changed files with 248 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
### 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)