Skip to content

refactor(normalize_url): replace lazy_static with LazyLock - #11

Open
extua wants to merge 1 commit into
mijho:mainfrom
extua:replace_lazystatic
Open

refactor(normalize_url): replace lazy_static with LazyLock#11
extua wants to merge 1 commit into
mijho:mainfrom
extua:replace_lazystatic

Conversation

@extua

@extua extua commented Aug 4, 2025

Copy link
Copy Markdown

The functionality of lazy_static was integrated into the standard library with LazyLock, which provides an almost drop-in replacement.

Also add MSRV to the cargofile as LazyLock was only included in Rust stable 1.80.0.

and add MSRV as LazyLock was only included in Rust stable 1.80.0
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.

1 participant