rust-lang/rustwide

Allow removing a component

Closed this issue · 2 comments

If a component is not available on the latest nightly, rustup will refuse to update. The workaround is to first remove the component from the toolchain, but rustwide doesn't expose this in the Toolchain API.

See also rust-lang/docs.rs#357 (comment)

As per rust-lang/docs.rs#357 (comment) I no longer need this, but it would be a nice addition to the API all the same.

Looks quite easy, I'd like to implement this. Is there also tests or documentation to update ?