We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.cargo
1 parent df1b5d3 commit 47d6667Copy full SHA for 47d6667
src/bootstrap/bootstrap.py
@@ -1092,9 +1092,6 @@ def check_vendored_status(self):
1092
if not os.path.exists(cargo_dir):
1093
eprint('ERROR: vendoring required, but .cargo/config does not exist.')
1094
raise Exception("{} not found".format(cargo_dir))
1095
- else:
1096
- if os.path.exists(cargo_dir):
1097
- shutil.rmtree(cargo_dir)
1098
1099
def parse_args(args):
1100
"""Parse the command line arguments that the python script needs."""
0 commit comments