error: component 'clippy' for target 'x86_64-unknown-linux-gnu' is unavailable for download 解决办法
程序员文章站
2022-07-04 23:50:37
...
当使用命令
rustup component add clippy
出现以下错误时
error: component 'clippy' for target 'x86_64-unknown-linux-gnu' is unavailable for download
只需要使用命令:
rustup update
然后再次使用命令
rustup component add clippy
添加即可
上一篇: vue--初识
下一篇: MySQL事务基本概念和存储引擎