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 uninlined_format_args #1428

Merged
merged 1 commit into from Dec 23, 2023
Merged

Conversation

gwenn
Copy link
Collaborator

@gwenn gwenn commented Dec 23, 2023

cargo clippy --all --all-targets --fix -- -Wclippy::uninlined_format_args

cargo clippy --all --all-targets --fix -- -Wclippy::uninlined_format_args
Copy link

codecov bot commented Dec 23, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (6663dac) 81.05% compared to head (3c3d7da) 81.08%.

Files Patch % Lines
examples/persons/main.rs 0.00% 1 Missing ⚠️
libsqlite3-sys/build.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1428      +/-   ##
==========================================
+ Coverage   81.05%   81.08%   +0.02%     
==========================================
  Files          51       51              
  Lines       10348    10345       -3     
==========================================
  Hits         8388     8388              
+ Misses       1960     1957       -3     

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

@gwenn gwenn merged commit fc738f3 into rusqlite:master Dec 23, 2023
16 checks passed
@gwenn gwenn deleted the uninlined_format_args branch December 23, 2023 13:51
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.

None yet

1 participant