-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
Adding TryFromJs implementations for tuples #3843
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3843 +/- ##
==========================================
+ Coverage 47.24% 50.78% +3.53%
==========================================
Files 476 470 -6
Lines 46892 45347 -1545
==========================================
+ Hits 22154 23028 +874
+ Misses 24738 22319 -2419 ☔ View full report in Codecov by Sentry. |
No idea why the Windows action is failing. |
If you rebase the CI should be fixed 😄 There was an issue that was fixed with #3845. |
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.
Thank you!
* Adding TryFromJs implementations for tuples * rustfmt and clippies * rustfmt * Remove unit type * Clippies
This make it easier to get the first N values from an array when de-serializing.