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

Remove uses of Lazy<Mutex<T>> #1985

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Remove uses of Lazy<Mutex<T>> #1985

merged 1 commit into from
Nov 23, 2023

Conversation

glandium
Copy link
Collaborator

Mutex::new has been const since 1.63.0.

Mutex<T>::new has been const since 1.63.0.
@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (68d0409) 30.69% compared to head (f183cb8) 30.64%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/config.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1985      +/-   ##
==========================================
- Coverage   30.69%   30.64%   -0.05%     
==========================================
  Files          51       51              
  Lines       19192    19192              
  Branches     9230     9231       +1     
==========================================
- Hits         5891     5882       -9     
+ Misses       7760     7758       -2     
- Partials     5541     5552      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sylvestre sylvestre merged commit 7ce7810 into mozilla:main Nov 23, 2023
38 of 39 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.

3 participants