Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstap: create .cargo/config only if not present
In some situations we should want on influence into the .cargo/config when we use vendored source. One example is #90764, when we want to workaround some references to crates forked and living in git, that are missing in the vendor/ directory. This commit will create the .cargo/config file only when the .cargo/ directory needs to be created.
- Loading branch information