How to remove Rust compiler toolchains with Rustup?

前端 未结 1 1843
清酒与你
清酒与你 2021-02-18 14:59

The Rustup documentation shows how to install Rust nightly, but not how to remove it.

While the docs do show how to uninstall rustup entirely, I\'d like to

相关标签:
1条回答
  • 2021-02-18 15:18

    The command you're looking for is:

    rustup toolchain remove nightly
    

    remove and uninstall both work for this.

    For more details see:

    rustup help toolchain
    
    0 讨论(0)
提交回复
热议问题