Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
./x.py used to automatically check out the right commit when a submodule was outdated and ./x.py build was run and submodules handling was enabled in config.toml (submodules = true). But it threw an error: [...] failed to run: git submodule -q sync --progress src/tools/clippy The commit removes the --progress from git submodule call. Fixes rust-lang#57080
- Loading branch information