-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
refactor(core): Clean up deserialization of PackageId #12785
Conversation
This came as part of another change that I'm abandoning but I felt this made things cleaner, so I decided to keep it.
r? @ehuss (rustbot has picked a reviewer for you, use r? to override) |
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. Thanks!
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.
r=me
whenever you feel good or fix #12785 (comment)
c78391d
to
3f879a0
Compare
@bors r=weihanglo |
☀️ Test successful - checks-actions |
This came as part of another change that I'm abandoning but I felt this made things cleaner, so I decided to keep it.