-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Raise error instead of panic in unsupported serde #17679
feat: Raise error instead of panic in unsupported serde #17679
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17679 +/- ##
==========================================
- Coverage 80.71% 80.44% -0.27%
==========================================
Files 1489 1498 +9
Lines 195652 196459 +807
Branches 2786 2790 +4
==========================================
+ Hits 157917 158047 +130
- Misses 37223 37899 +676
- Partials 512 513 +1 ☔ View full report in Codecov by Sentry. |
Can you ensure CI is green? |
Sorry. should be done now |
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!
A
todo!()
was used in the wildcard scenario for the serialize method. Replaced it with panic so that the method is useable