-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add derive for EditoastError 🚀 #3148
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #3148 +/- ##
============================================
- Coverage 40.82% 40.77% -0.05%
Complexity 1709 1709
============================================
Files 624 624
Lines 18608 18549 -59
Branches 2314 2314
============================================
- Hits 7597 7564 -33
+ Misses 10608 10582 -26
Partials 403 403
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
bda5b29
to
8328997
Compare
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.
Clean !! It is great when lines are removed 🧹
c9d4087
8328997
to
c9d4087
Compare
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.
So nice! More macros! 🥳🥳🥳
Description
Add a fancy macro to avoid implementing the trait
EditoastError
by hand.Before
Now