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

Remove IntoResponse trait #463

Merged
merged 1 commit into from
Apr 24, 2020
Merged

Remove IntoResponse trait #463

merged 1 commit into from
Apr 24, 2020

Conversation

yoshuawuyts
Copy link
Member

Removes the IntoResponse trait in favor of Into<Response>. We'll later have to change the way we implement the conversions to match http-rs/http-types#101, but we can do that when we upgrade to http-types@2. For now all this patch does is remove the intermediate trait which we no longer need. Thanks!

@yoshuawuyts yoshuawuyts merged commit 353f9c8 into master Apr 24, 2020
@yoshuawuyts yoshuawuyts deleted the remove-extra-trait branch April 24, 2020 12:36
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