Move sparse registry comment out of section title

This commit is contained in:
David Tolnay 2023-02-12 12:46:53 -08:00
parent edee0abeb7
commit b17a489743
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ runs:
shell: bash
- run: |
: enable Cargo sparse registry # except on 1.66 and 1.67, on which it is unstable
: enable Cargo sparse registry
# except on 1.66 and 1.67, on which it is unstable
if [ -z ${CARGO_REGISTRIES_CRATES_IO_PROTOCOL+set} ] \
&& ! rustc +${{steps.parse.outputs.toolchain}} --version --verbose | grep -q '^release: 1\.6[67]\.'
then