Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of #132054 - onur-ozkan:cargo-config, r=Kobzol
do not remove `.cargo` directory If vendoring isn't used bootstrap removes `.cargo` directory, which prevents developers from setting certain options in the `.cargo/config.toml` file. This was introduced in #97513 (specifically in [this commit](345eb14)). Also, since #123942, vendoring is now possible even in git sources, which means we shouldn't remove `.cargo` directory in git sources anymore.
- Loading branch information