-
Notifications
You must be signed in to change notification settings - Fork 544
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
Run fmt and clippy for rust code #4712
Run fmt and clippy for rust code #4712
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4712 +/- ##
==========================================
- Coverage 87.17% 86.68% -0.50%
==========================================
Files 56 56
Lines 17363 17363
==========================================
- Hits 15137 15051 -86
- Misses 2226 2312 +86 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making this change!
Description
Rust code should be formatted and linted to ensure consistency and quality.
Added fmt and clippy lint to cargo pipeline.
Testing
NA
Documentation
NA