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

Removed lazy_static dependency. #53

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

gabhijit
Copy link
Collaborator

Using OnceLock in place of lazy_static to initialize the required global maps.

Using `OnceLock` in place of `lazy_static` to initialize the required
global maps.

Signed-off-by: csking101 <chinmayasahu101@gmail.com>
@gabhijit gabhijit force-pushed the csking101-remove_lazy_static branch from c22fdb4 to c7d893a Compare March 11, 2024 01:39
@gabhijit gabhijit merged commit 482398f into master Mar 11, 2024
13 checks passed
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