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

Use a wrapper type implementing Sync, instead of static mut #700

Merged
merged 3 commits into from
Apr 2, 2024

Address nightly warnings

51282ce
Select commit
Loading
Failed to load commit list.
Merged

Use a wrapper type implementing Sync, instead of static mut #700

Address nightly warnings
51282ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 1, 2024 in 0s

76.16% (+0.82%) compared to eb7a57b

View this Pull Request on Codecov

76.16% (+0.82%) compared to eb7a57b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.16%. Comparing base (eb7a57b) to head (51282ce).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #700      +/-   ##
==========================================
+ Coverage   75.34%   76.16%   +0.82%     
==========================================
  Files          48       45       -3     
  Lines        8257     8153     -104     
==========================================
- Hits         6221     6210      -11     
+ Misses       2036     1943      -93     

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