-
Notifications
You must be signed in to change notification settings - Fork 347
Implement Display
for Host
and HostAndPort
#300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For IPv6 addresses, using |
Is anybody working on this? |
kichristensen
added a commit
to kichristensen/rust-url
that referenced
this issue
Jun 9, 2017
bors-servo
pushed a commit
that referenced
this issue
Jun 13, 2017
Add Display for HostAndPort Fix #300 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/328) <!-- Reviewable:end -->
I kinda regret making |
Cool to see this added. Thanks @SimonSapin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably using the obvious serialization for "host:port". Looks like
HostAndPort
impl needs to be parameterized overS: Display
.The text was updated successfully, but these errors were encountered: