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

macros: remove use ::ormlite::__private::StreamExt #44

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

nitn3lav
Copy link
Contributor

Replace use ::ormlite::__private::StreamExt and subsequent calls to stream.try_next() with ::ormlite::__private::StreamExt::try_next(&mut stream). This resolves an issue that occurs when futures_util::TryStreamExt is in scope.

Replace `use ::ormlite::__private::StreamExt` and subsequent calls to `stream.try_next()`
with `::ormlite::__private::StreamExt::try_next(&mut stream)`.
This resolves an issue that occurs when `futures_util::TryStreamExt` is
in scope.
@kurtbuilds kurtbuilds merged commit c3f1a4b into kurtbuilds:master Feb 11, 2024
1 check passed
@kurtbuilds
Copy link
Owner

Easy change. Thank you for the PR!

@nitn3lav nitn3lav deleted the fix-use-streamext branch February 12, 2024 03:07
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