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

Allow chaining map / try_map #854

Merged
merged 2 commits into from
Nov 25, 2020
Merged

Allow chaining map / try_map #854

merged 2 commits into from
Nov 25, 2020

Conversation

jplatte
Copy link
Contributor

@jplatte jplatte commented Nov 25, 2020

The same thing as #823, but a new PR because GitHub doesn't allow reopening after closing, then force-pushing to the head branch. @abonander's review feedback has been incorporated (hence the force-push).

These traits were a workaround for a bug in rustc that an earlier
revision of the API triggered, but the API has since been changed.
To support `.map()` / `.try_map()` on `query!()` (and `query_as!()`).
@mehcode mehcode merged commit 59abb06 into launchbadge:next Nov 25, 2020
@jplatte jplatte deleted the map branch November 25, 2020 16:15
@jplatte jplatte restored the map branch December 21, 2020 10:41
@jplatte jplatte deleted the map branch January 14, 2021 10:50
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