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

Replace HandleIter with Handles #2028

Merged
merged 22 commits into from
Sep 22, 2023
Merged

Replace HandleIter with Handles #2028

merged 22 commits into from
Sep 22, 2023

Conversation

hannobraun
Copy link
Owner

This slightly adjusts the new API that was added in #2026 and #2027. It's not much different for the caller, in most cases, but it's a bit more borrow-checker-friendly, avoiding problems with dropped-while-referenced intermediate values that would otherwise have to be assigned to dedicated variables.

This is another step towards addressing #2025.

@hannobraun hannobraun merged commit aeeb1a0 into main Sep 22, 2023
4 checks passed
@hannobraun hannobraun deleted the handles branch September 22, 2023 10:46
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.

1 participant