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 with once_cell #267

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Conversation

daxpedda
Copy link
Contributor

This replaces lazy_static with once_cell. Couple of reasons:

@sfackler
Copy link
Owner

The macos build is failing (ignore the Linux one, I will fix that).

@daxpedda
Copy link
Contributor Author

Done. Thank you for pinging.

@sfackler
Copy link
Owner

error[E0432]: unresolved import `self::once_cell::Lazy`
  --> src/imp/security_framework.rs:25:5
   |
25 | use self::once_cell::Lazy;
   |     ^^^^^^^^^^^^^^^^^^^^^ no `Lazy` in the root

@daxpedda
Copy link
Contributor Author

Apologies, that was pretty lazy of me.
I tried it out locally now.

@sfackler sfackler merged commit 985741d into sfackler:master Jun 26, 2023
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.

2 participants