Merge pull request #26283 from turbokernel/20220622-Manage-your-Rust-toolchain-using-rustup.md

Update 20220622 Manage your Rust toolchain using rustup.md
This commit is contained in:
Xingyu.Wang 2022-06-30 09:47:07 +08:00 committed by GitHub
commit 8acda97d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ $ rustup show
### 在工具链之间切换
你可以查看默认工具链并根据需要进行更改。如果你当前使用的是稳定工具链,并希望尝试每日更新版中提供的新功能,你可以轻松切换到每日更新版工具链:
你可以查看默认工具链并根据需要进行更改。如果你当前使用的是稳定版本工具链,并希望尝试每日更新版中提供的新功能,你可以轻松切换到每日更新版工具链:
```
$ rustup default