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

Satisfy clippy #31

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Satisfy clippy #31

merged 1 commit into from
Sep 19, 2023

Conversation

wackbyte
Copy link
Contributor

Removes an unnecessary mut and makes a few loops more idiomatic.

@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.06 ⚠️

Comparison is base (eaa3c19) 94.42% compared to head (ab7fb10) 94.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   94.42%   94.37%   -0.06%     
==========================================
  Files          21       21              
  Lines        3788     3785       -3     
==========================================
- Hits         3577     3572       -5     
- Misses        211      213       +2     
Impacted Files Coverage Δ
src/bucket.rs 97.23% <100.00%> (-0.15%) ⬇️
src/freelist.rs 97.83% <100.00%> (ø)
src/tx.rs 88.35% <100.00%> (-0.07%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pjtatlow pjtatlow merged commit 3855fd6 into pjtatlow:master Sep 19, 2023
12 checks passed
@wackbyte wackbyte deleted the satisfy-clippy branch September 19, 2023 23:39
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