-
Notifications
You must be signed in to change notification settings - Fork 945
[Merged by Bors] - Eliminate uses of expect in ssz_snappy.rs
#2105
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
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.
Nice one, thank you @smoelius!
I believe this is a trivial change with no side-effects (apart from the benefits of staying safe within the type system).
bors r+
|
bors r+ |
pawanjay176
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.
LGTM. Thanks for the contribution @smoelius :)
## Issue Addressed None ## Proposed Changes Eliminate three uses of `expect` in `ssz_snappy.rs`. ## Additional Info None
|
Build failed: |
|
Looks like |
|
It's an instance of #2086, caused by trying to merge into the |
|
bors r+ |
## Issue Addressed None ## Proposed Changes Eliminate three uses of `expect` in `ssz_snappy.rs`. ## Additional Info None
|
Pull request successfully merged into unstable. Build succeeded: |
expect in ssz_snappy.rsexpect in ssz_snappy.rs
Issue Addressed
None
Proposed Changes
Eliminate three uses of
expectinssz_snappy.rs.Additional Info
None