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

CircularTupleWindows does not need phantom data #808

Merged

Conversation

Philippe-Cholet
Copy link
Member

Quick fix.

After I randomly took a look at this, I realized this field never was needed because iter type owns a T.
I should have realized that last time I updated this struct.

I checked other phantom data fields in the library but that's the only useless one.

After I randomly took a look at this, I realized this field never was needed because `iter` type owns a `T`. I should have realized that last time I updated this struct.
I checked other phantom data fields in the library but that's the only useless one.
@Philippe-Cholet Philippe-Cholet added this pull request to the merge queue Nov 25, 2023
Merged via the queue into rust-itertools:master with commit fcc684c Nov 25, 2023
8 checks passed
@Philippe-Cholet Philippe-Cholet deleted the remove-phantom-data branch November 25, 2023 15:07
@Philippe-Cholet Philippe-Cholet added this to the next milestone Dec 7, 2023
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