-
Notifications
You must be signed in to change notification settings - Fork 65
Implement TryFrom
#68
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
Conversation
d5d4a68 to
9373720
Compare
9373720 to
d85b78f
Compare
|
Changes in force push: Remove initial patch (which should never have been here). |
d85b78f to
8b4a7a1
Compare
|
Rebase and run formatter. |
8b4a7a1 to
9b46456
Compare
|
Rebase only, no other changes. |
9b46456 to
0c3059c
Compare
|
Rebase only, no other changes. |
|
Gentle bump, can I get a review please crew. |
|
utACK 0c3059c but needs rebase. |
Now that we have MSRV 1.41.1 we can use `TryFrom`. Implement TryFrom<u8> for `u5` with the code that was in `try_from_u8`.
0c3059c to
bd651bb
Compare
|
Rebase only, no other changes. |
apoelstra
left a comment
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.
ACK bd651bb
Now that we have MSRV 1.41.1 we can use
TryFrom. Implement TryFrom foru5with the code that was intry_from_u8.