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 Arc::unwrap_or_clone in WithState::call #262

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

H1rono
Copy link
Owner

@H1rono H1rono commented Dec 12, 2024

close #261

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 69.59%. Comparing base (9b65936) to head (01c8b36).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/handler.rs 0.00% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
- Coverage   69.97%   69.59%   -0.39%     
==========================================
  Files          17       17              
  Lines        1802     1812      +10     
==========================================
  Hits         1261     1261              
- Misses        541      551      +10     

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

@H1rono H1rono merged commit 2c756fa into main Dec 12, 2024
5 of 7 checks passed
@H1rono H1rono deleted the fix-with-state branch December 12, 2024 23:56
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.

WithStateが余計にcloneされている
1 participant