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

Replace lazy_static and once_cell crate in rustc crates with std::sync::lazy #76192

Closed
matklad opened this issue Sep 1, 2020 · 1 comment · Fixed by #76216
Closed

Replace lazy_static and once_cell crate in rustc crates with std::sync::lazy #76192

matklad opened this issue Sep 1, 2020 · 1 comment · Fixed by #76216
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matklad
Copy link
Member

matklad commented Sep 1, 2020

Follow up to #75700

cc @marmeladema

@matklad matklad added the C-cleanup Category: PRs that clean code up or issues documenting cleanup. label Sep 1, 2020
@marmeladema
Copy link
Contributor

Sure I'll take care of it, I already have some commits locally 👍

@jyn514 jyn514 added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Sep 1, 2020
@bors bors closed this as completed in da897df Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants