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
commit d4d17b7046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 路径下)