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
Url::to_string() ends with a trailing slash, so this would have double slashes. We could just clone the URL and use Url::set_path(). But also, note that NamedPackageIdent has a registry field. But since this isn't actually actively used anywhere, we can do all of that in a followup to not block the merge.
Url::to_string()
ends with a trailing slash, so this would have double slashes. We could just clone the URL and useUrl::set_path()
. But also, note thatNamedPackageIdent
has aregistry
field. But since this isn't actually actively used anywhere, we can do all of that in a followup to not block the merge.Originally posted by @theduke in #4532 (comment)
The text was updated successfully, but these errors were encountered: