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

Fix clippy warning on 'format!' strings #272

Merged
merged 2 commits into from
Sep 5, 2023
Merged

Conversation

jellehelsen
Copy link
Contributor

Should fix #223

Copy link
Member

@tertsdiepraam tertsdiepraam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Can be merged once the CI is green

@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Merging #272 (6068512) into main (bdc18fd) will increase coverage by 0.54%.
The diff coverage is 84.09%.

@@            Coverage Diff             @@
##             main     #272      +/-   ##
==========================================
+ Coverage   55.85%   56.40%   +0.54%     
==========================================
  Files          30       30              
  Lines        3774     3796      +22     
  Branches      957      957              
==========================================
+ Hits         2108     2141      +33     
+ Misses       1319     1310       -9     
+ Partials      347      345       -2     
Files Changed Coverage Δ
src/find/matchers/delete.rs 76.19% <0.00%> (ø)
src/find/matchers/logical_matchers.rs 80.39% <ø> (ø)
src/find/matchers/mod.rs 65.20% <ø> (ø)
src/find/matchers/size.rs 78.04% <ø> (ø)
src/find/matchers/type_matcher.rs 88.23% <ø> (ø)
src/find/mod.rs 66.66% <0.00%> (ø)
src/find/matchers/printf.rs 70.62% <77.77%> (ø)
src/xargs/mod.rs 86.16% <80.00%> (+2.87%) ⬆️
tests/xargs_tests.rs 100.00% <100.00%> (ø)

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.

Fix clippy warning variables can be used directly in the 'format!' string
3 participants