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 deprecated & unused regex::internal::Input #85

Merged
merged 2 commits into from
Jul 5, 2023

Conversation

utkarshgupta137
Copy link
Contributor

Fixes #84.

PS: You can add #[warn(unused)] & then run cargo clippy --fix to automatically remove many other unused imports as well. I'm not doing it here since this is breaking our CI, so we need a quick fix first.

@pdiazvargas
Copy link

Just ran into this as well with the latest version of regex (1.9.0).
Would be nice to merge this change

@alexliesenfeld alexliesenfeld changed the base branch from master to maintenance July 5, 2023 19:01
@alexliesenfeld alexliesenfeld merged commit cc39764 into alexliesenfeld:maintenance Jul 5, 2023
@alexliesenfeld
Copy link
Owner

alexliesenfeld commented Jul 5, 2023

Thanks for this PR. This fix will be released soon.

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.

Won't compile after regex 1.9.0
3 participants