-
Notifications
You must be signed in to change notification settings - Fork 888
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
Update annotate-snippets-rs to 0.8.0 #4161
Conversation
@botika - Thanks so much letting us know about the upstream changes, and for this PR applying them to rustfmt! We'll review and get back to you soon |
@botika when and if you get a chance, would you be willing to rebase your changes on the latest and resolve the conflicts? rustfmt was broken on nightly and we needed to go ahead and get a fix out which also required modifications to some of the same code as this PR |
@calebcartwright Done |
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.
LGTM, though I'm not terribly familiar with the lib. Will hold off on merging in case you want to take a look @topecongiro
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.
LGTM, thank you!
backported in #4762 |
I made major changes to this library. In the previous version we worked with owned while in the current one with borrowed.
I have adapted it without changing the behavior.