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 lazy_static dependency #149

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Remove lazy_static dependency #149

merged 1 commit into from
Mar 12, 2024

Conversation

msrd0
Copy link
Collaborator

@msrd0 msrd0 commented Mar 11, 2024

Instead, we now use lazy-regex, which uses once_cell under the hood, which might eventually become part of std.

Instead, we now use `lazy-regex`, which uses `once_cell` under
the hood, which might eventually become part of std.
Copy link
Collaborator

@Empty2k12 Empty2k12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@Empty2k12 Empty2k12 merged commit bfe457c into main Mar 12, 2024
24 checks passed
@Empty2k12 Empty2k12 deleted the remove-lazy-static branch March 12, 2024 22:24
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