Use is_from_proc_macro instead of using snippet - #17518
Conversation
|
Thanks for the pull request. A reviewer will take a look after it receives 2 community reviews. In the meantime, we would highly appreciate if you could try to review any of PRs waiting on community reviews. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
This comment has been minimized.
This comment has been minimized.
|
Why does this need to be a late pass? The |
|
I can't speak for the author but I assumed there was a good reasoning behind the comment since it passed the review phase. |
|
It looks like it's only about edit: Just checked and that's why. |
excessive_nesting to LateLintPassis_from_proc_macro instead of using snippet
(Since unsafe blocks can now be linted I'm not sure if I should add a changelog, given this is an internal change)
changelog: none