-
Notifications
You must be signed in to change notification settings - Fork 385
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
PR #2403 fixups #2423
PR #2403 fixups #2423
Conversation
The `RefCell` was necessary in a previous iteration of the code in which the iterator was not `Clone` so we needed interior mutability in order to consume the iterator. Now that it is `Clone`, we can drop it, as we're no longer mutating the original iterator.
CI breakage should be #2424 |
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #2423 +/- ##
=======================================
Coverage 90.27% 90.28%
=======================================
Files 106 106
Lines 55657 55664 +7
Branches 55657 55664 +7
=======================================
+ Hits 50247 50258 +11
+ Misses 5410 5406 -4
☔ View full report in Codecov by Sentry. |
No description provided.