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

feat!: Disable default regex features #143

Closed
wants to merge 1 commit into from

Conversation

jirutka
Copy link

@jirutka jirutka commented May 8, 2023

To avoid infecting the dependency graph with potentially unwanted regex features. If the user wants extra regex features, they should enable them in their project (e.g. just add dependency on "regex" with default features enabled).

To avoid infecting the dependency graph with potentially unwanted
regex features. If the user wants extra regex features, they should
enable them in their project (e.g. just add dependency on "regex"
with default features enabled).
@epage
Copy link
Contributor

epage commented May 9, 2023

A major change like this should be discussed in an issue first. I find issue work better for exploring the problem and solution space while PRs are better for discussing the implementation.

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