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

Implement Matcher for std::sync::LazyLock<T> #131

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Fogapod
Copy link

@Fogapod Fogapod commented Oct 8, 2024

Resolves: #129

⚠️ This bumps MSRV to 1.80.

Matcher impl for std::sync::LazyLock<T> isn't gated behind regex feature because it doesn't need once_cell dependency.

Would be nice to phase out once_cell completely but i'm not sure how to do that without breaking existing feature flags

@Fogapod
Copy link
Author

Fogapod commented Nov 4, 2024

CI failures seem unrelated. 1.81 clippy passes locally. CI runs nightly check/fmt

@Fogapod
Copy link
Author

Fogapod commented Nov 4, 2024

WASM test might be related but I don't understand what's happening

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.

feature request: support for stdlib LazyLock in regex
1 participant