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

A few minor clippy suggestions #669

Closed
wants to merge 6 commits into from
Closed

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Dec 15, 2023

  • Added cargo.toml lints section (will be ignored by older cargo)
  • fixed a number of suggestions, and added exceptions to the other ones
  • Added From<i64> for Sign, and a few more minor improvements

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

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

Comparison is base (1d3f660) 65.02% compared to head (667ba20) 65.10%.

Files Patch % Lines
serde_with/src/de/impls.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #669      +/-   ##
==========================================
+ Coverage   65.02%   65.10%   +0.08%     
==========================================
  Files          36       36              
  Lines        2187     2181       -6     
==========================================
- Hits         1422     1420       -2     
+ Misses        765      761       -4     

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

* Added cargo.toml lints section (will be ignored by older cargo)
* fixed a number of suggestions, and added exceptions to the other ones
* Added `From<i64> for Sign`, and a few more minor improvements
jonasbb added a commit that referenced this pull request Jan 2, 2024
Co-Authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
@jonasbb
Copy link
Owner

jonasbb commented Jan 2, 2024

Thank you for the PR. I do like some of the changes you made. Enabling all of clippys pedantic warnings is too much. I pulled some changes into #674. I took your spelling fixes and match refactorings. I credited you for the commits and PR

@jonasbb jonasbb closed this Jan 2, 2024
jonasbb added a commit that referenced this pull request Jan 2, 2024
Co-Authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
@nyurik nyurik deleted the clippy branch November 28, 2024 18:15
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

2 participants