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

find: fix needless borrow clippy warning #423

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

cakebaker
Copy link
Contributor

This PR fixes a warning from the needless_borrows_for_generic_args lint.

Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.03%. Comparing base (9f44977) to head (2be6840).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #423      +/-   ##
==========================================
+ Coverage   65.84%   66.03%   +0.19%     
==========================================
  Files          34       34              
  Lines        3970     4004      +34     
  Branches      907      910       +3     
==========================================
+ Hits         2614     2644      +30     
+ Misses        998      996       -2     
- Partials      358      364       +6     

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

@hanbings hanbings merged commit c4a56e9 into uutils:main Jul 25, 2024
19 checks passed
@hanbings
Copy link
Collaborator

Merged, thanks!

@cakebaker cakebaker deleted the find_fix_needless_borrow branch July 26, 2024 06:19
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