Merge pull request #2355 from rust-lang/tshepang-patch-1

copy-paste ease
This commit is contained in:
Tshepang Mbambo 2025-04-26 15:19:08 +02:00 committed by GitHub
commit fae7588172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ fatal: Fetched in submodule path 'src/llvm-project', but it did not contain 5a51
If you see `(new commits, modified content)` you can run
```console
$ git submodule foreach git reset --hard
git submodule foreach git reset --hard
```
and then try `git submodule update` again.