Update chapter_3_16_2.md

This commit is contained in:
令狐一冲
2023-05-18 09:51:58 +08:00
committed by GitHub
parent afab888575
commit c7d702f638

View File

@@ -62,7 +62,7 @@ fn main() {
```
使用Box后上面的Cons的内存表示如下
![注释](../../assets/21.png)
![注释](../../assets/23.png)
每个Box的大小是固定的所以编译不会有问题。