Skip to content
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

feat(tonic): implement From<Code> for i32 #559

Merged
merged 1 commit into from
May 12, 2021
Merged

Conversation

davidpdrsn
Copy link
Member

Code is already trivial to convert into an i32 however that isn't
immediately obvious by looking at the docs. This has tripped me up
before.

Implementing From<Code> for i32 should hopefully make it a bit more
obvious.

`Code` is already trivial to convert into an `i32` however that isn't
immediately obvious by looking at the docs. This has tripped me up
before.

Implementing `From<Code>` for `i32` should hopefully make it a bit more
obvious.
@davidpdrsn davidpdrsn added the C-enhancement Category: New feature or request label Feb 13, 2021
@davidpdrsn davidpdrsn changed the title Implement From<Code> for i32 chore(tonic): implement From<Code> for i32 May 8, 2021
@LucioFranco
Copy link
Member

This doesn't seem like a chore? maybe feat?

@davidpdrsn davidpdrsn changed the title chore(tonic): implement From<Code> for i32 feat(tonic): implement From<Code> for i32 May 12, 2021
@davidpdrsn davidpdrsn merged commit f33316d into master May 12, 2021
@davidpdrsn davidpdrsn deleted the david/i32-from-code branch May 12, 2021 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tonic C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants