Skip to content
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

Change the closure taken by with_default_port to return Option instead #516

Closed
wants to merge 1 commit into from

Conversation

tmccombs
Copy link
Contributor

@tmccombs tmccombs commented Jul 15, 2019

of Result.

Result seems like overkill for the closure, especially now that the
? operator has been stabilized for Option.

Related to #299


This change is Reviewable

of Result.

`Result` seems like overkill for the closure, especially now that the
`?` operator has been stabilized for `Option`.
@bors-servo
Copy link
Contributor

☔ The latest upstream changes (presumably #517) made this pull request unmergeable. Please resolve the merge conflicts.

@tmccombs
Copy link
Contributor Author

Looks like that function was removed

@tmccombs tmccombs closed this Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants