Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CircularTupleWindows
does not need phantom data
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.
- Loading branch information