-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 ability to name a handler function as 'config' #1290
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1290 +/- ##
=========================================
Coverage ? 80.46%
=========================================
Files ? 159
Lines ? 18544
Branches ? 0
=========================================
Hits ? 14921
Misses ? 3623
Partials ? 0
Continue to review full report at Codecov.
|
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.
Looks good to me.
Can you guys share please why this is happened? I'm very interested to know 👍 |
(off-topic: @robjtede Please do not drop |
@oronsh name collision with variable generated via procedural macros |
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.
Could you also update changes.md with the PR number and link?
Sure |
Ah, you should update changes.md in actix-web-codegen, not in the root. |
My bad |
Done |
Thanks! |
Fixes #1277