Skip to content

Clean up unicode code in libstd - #13770

Closed
Florob wants to merge 4 commits into
rust-lang:masterfrom
Florob:uniclean
Closed

Clean up unicode code in libstd#13770
Florob wants to merge 4 commits into
rust-lang:masterfrom
Florob:uniclean

Conversation

@Florob

Copy link
Copy Markdown
Contributor

This is just the cleanup part of PR #12792, without actually adding NF(K)C.

@adrientetar

Copy link
Copy Markdown
Contributor

Travis has errors.

@Florob

Copy link
Copy Markdown
ContributorAuthor

Fixed, sorry for any inconvenience.

@alexcrichton

Copy link
Copy Markdown
Member

Closing due to inactivity, but feel free to reopen with a rebase!

bors pushed a commit to rust-lang-ci/rust that referenced this pull request Jan 28, 2025
fixesrust-lang#12895
detects usage of `once_cell::sync::Lazy` and `lazy_static!`,
recommending usage of `std::sync::LazyLock` instead
Many thanks to @J-ZhengLi for putting in most of the work in rust-lang#12968
----
changelog: new lint [`non_std_lazy_statics`]
Sign up for freeto 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.

3 participants

@Florob@adrientetar@alexcrichton