Commit 1c3f7a5
committed
Auto merge of #11753 - arlosi:sparse-warn-space, r=weihanglo
Fix typo in sparse-registry warning message
Fixes #11752
Message now shows as:
```
warning: flag `-Z sparse-registry` has been stabilized in the 1.68 release, and is no longer necessary
This flag currently still sets the default protocol to `sparse` when accessing crates.io. However, this will be removed in the future.
The stable equivalent is to set the config value `registries.crates-io.protocol = 'sparse'`
or environment variable `CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse`
```1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
| 796 | + | |
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
| |||
0 commit comments