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.
1 parent b6c7fbe commit 648a8a2Copy full SHA for 648a8a2
src/cargo/core/features.rs
@@ -793,7 +793,7 @@ const STABILISED_MULTITARGET: &str = "Multiple `--target` options are now always
793
const STABILIZED_TERMINAL_WIDTH: &str =
794
"The -Zterminal-width option is now always enabled for terminal output.";
795
796
-const STABILISED_SPARSE_REGISTRY: &str = "This flag currently still sets the default protocol\
+const STABILISED_SPARSE_REGISTRY: &str = "This flag currently still sets the default protocol \
797
to `sparse` when accessing crates.io. However, this will be removed in the future. \n\
798
The stable equivalent is to set the config value `registries.crates-io.protocol = 'sparse'`\n\
799
or environment variable `CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse`";
0 commit comments