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

chore: removes unnecessary URL parser #493

Merged
merged 1 commit into from
May 3, 2021

Conversation

EverlastingBugstopper
Copy link
Contributor

structopt will use the FromStr implementation provided by the Url crate (src) (which calls Url::parse directly, just like our custom parser was doing, so there's no need for us to have our own function that calls Url::parse!

Copy link
Member

@lrlna lrlna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

less custom parsers, less problems! LGTM

@EverlastingBugstopper EverlastingBugstopper merged commit f4b16e8 into main May 3, 2021
@EverlastingBugstopper EverlastingBugstopper deleted the avery/remove-unnecessary-parser branch May 3, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants