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

Eliminate the lazy_static dev dependency #2107

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

asomers
Copy link
Member

@asomers asomers commented Aug 27, 2023

It's no longer needed, because for several versions now AtomicBool::new and parking_lot::Mutex::new are const functions.

Fixes #1791

It's no longer needed, because for several versions now AtomicBool::new
and parking_lot::Mutex::new are const functions.

Fixes nix-rust#1791
@asomers asomers added this pull request to the merge queue Aug 27, 2023
Merged via the queue into nix-rust:master with commit d59d235 Aug 27, 2023
35 checks passed
@asomers asomers deleted the no-lazy-static branch April 13, 2024 14:20
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.

MSRV 1.63.0 TODO
1 participant