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

style: fix 2 clippy lint unless_vec & unused_io_amount #751

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

SteveLauC
Copy link
Member

What does this PR do

Fixes 2 clippy lints :

  1. unused_io_amount
  2. unless_vec

Copy link

codecov bot commented Mar 24, 2024

Codecov Report

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

Project coverage is 5.03%. Comparing base (d50360a) to head (935c4bc).

Files Patch % Lines
src/steps/vim.rs 0.00% 2 Missing ⚠️
src/config.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #751      +/-   ##
========================================
- Coverage   5.36%   5.03%   -0.33%     
========================================
  Files         37      37              
  Lines      12145   12085      -60     
========================================
- Hits         651     609      -42     
+ Misses     11494   11476      -18     

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

@SteveLauC SteveLauC merged commit f4e0258 into topgrade-rs:main Mar 24, 2024
17 of 19 checks passed
@SteveLauC SteveLauC deleted the style/clippy branch March 24, 2024 03:24
InnocentZero pushed a commit to InnocentZero/topgrade that referenced this pull request May 25, 2024
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.

1 participant