mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-20 11:48:01 +08:00
fix: “借引用”->"解引用"
This commit is contained in:
parent
2dc79727dd
commit
6c38e37af7
@ -79,7 +79,7 @@ not satisfied
|
||||
|
||||
### 像引用一样使用 `Box<T>`
|
||||
|
||||
可以重写示例 15-8 中的代码来使用 `Box<T>` 而不是引用,同时借引用运算符也一样能工作,如示例 15-9 所示:
|
||||
可以重写示例 15-8 中的代码来使用 `Box<T>` 而不是引用,同时解引用运算符也一样能工作,如示例 15-9 所示:
|
||||
|
||||
<span class="filename">文件名: src/main.rs</span>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user