Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent failing to restart setup-toolchain
If `rustup-toolchain-install-master` fails to install master toolchain (in case `rustup update` executes at the same remove the tmp directory), `cargo search` (which use master toolchain after `rustup override` command) will fail. This leads to setup-toolchain fails too.
- Loading branch information