You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if registry_is_specified_by_any_package && registry_or_index.is_index(){
813
+
opts.gctx.shell().warn(r#"`--index` will ignore registries set by `package.publish` in Cargo.toml, and may cause unexpected push to prohibited registry
814
+
help: use `--registry` instead or set `publish = true` in Cargo.toml to suppress this warning"#)?;
0 commit comments