-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Use TryInto for IntoUrl #854
Comments
I spent some time working on this today and made a bit of progress. There are a few blockers: Url's Url doesn't implement Url does implement At any rate, here is the patch I have going so far:
Also worth noting: This patch produces a seemingly-unrelated build error in request.rs:
But the answer is presumably that last note - two different versions of crate |
It might not be possible to do this and provide all the implementations we want. |
It looks like you intended to allow this change to be done without breaking the API? So far I'm unsuccessful at fixing it.
Would be nice to have this fixed now that
TryInto
is available.The text was updated successfully, but these errors were encountered: