refact(rustup): add todo

This commit is contained in:
steven-omaha
2024-04-03 17:50:56 +02:00
parent 98e6e7f2c6
commit 99210e8599
@@ -106,6 +106,7 @@ impl Backend for Rustup {
}
fn remove_packages(&self, packages: &[Package], _: bool) -> Result<ExitStatus> {
// TODO this calls rustup for each component and each toolchain
let mut toolchains_rem = Vec::new();
for p in packages {