Merge pull request #146 from 863056768/patch-2

可不用 可用 > 不可变 可变
This commit is contained in:
Sunface
2022-03-07 08:27:05 +08:00
committed by GitHub

View File

@ -108,7 +108,7 @@ fn main() {
```
#### 可变性
8. 🌟 错误: 从可不用对象借用可
8. 🌟 错误: 从不可变对象借用可
```rust,editable
fn main() {
@ -167,4 +167,4 @@ fn main() {
}
```
> 你可以在[这里](https://github.com/sunface/rust-by-practice)找到答案(在 solutions 路径下)
> 你可以在[这里](https://github.com/sunface/rust-by-practice)找到答案(在 solutions 路径下)