-
Notifications
You must be signed in to change notification settings - Fork 900
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
Fixed comment dropped between & and type issue #4482
Conversation
Thank you for the PR @whizsid and apologies for the delay in review. The end result of the formatting changes look pretty good from the test cases, though I do have a few general thoughts for you on the implementation changes in types.rs
This PR is a great start, and I'm hoping we can get your fixes tweaked/restructured a bit to achieve that goal more cleanly and with less duplication. |
@calebcartwright Thank you for the review. I changed my PR to meet your suggestions.
Sorry I didn't used it to get only the mutable status. Currently Github actions are failing because of an issue of the |
Thank you for the updates @whizsid, could you rebase to grab the latest changes off master to make CI happy? |
…nt_and_and_type
@calebcartwright CI Failed again because of a network error. |
Thanks for the update @whizsid! I find this to be easier to read 👍 One minor item left inline to leverage |
Excellent, thank you for the PR and all the good work you've been doing lately @whizsid! |
* Fixed comment dropped between & and type issue * Reduced nesting levels and avoided duplications * Removed extra allocations
* Fixed comment dropped between & and type issue * Reduced nesting levels and avoided duplications * Removed extra allocations
Backported in #4564 |
Fixes #4245 .