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

Remove dependency on itertools #837

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

divergentdave
Copy link
Contributor

This removes our dependency on the itertools crate. The most recent version includes a lot of changes due to newly applying rustfmt across the project (see #833). Removing this dependency would be easier than auditing the changes, since we only use one item from it in a test.

@divergentdave divergentdave merged commit 715f043 into main Nov 20, 2023
6 checks passed
@divergentdave divergentdave deleted the david/remove-itertools branch November 20, 2023 20:58
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.

None yet

2 participants