-
Notifications
You must be signed in to change notification settings - Fork 67
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
Run clippy --fix #125
Run clippy --fix #125
Conversation
Initial CI run failed because of spurious network error, but it looks like it also needed a |
Well, this is a bit concerning change as this new syntax requires Rust 1.58+ (released in Jan 2022, more than 1 year ago). borsh-rs was historically conservative on the minimum supported Rust version (MSRV) requirement, and this syntax change does not feel to be worth bumping it. Thus, instead of transforming the code to use the new syntax, let's silence this linting rule on the crate level for now by adding |
d06a364
to
9e5aacd
Compare
Done! Also rebased #124 on top of this |
@preston-evans98 CI still fails due to |
9e5aacd
to
5639cf3
Compare
Disabled |
No description provided.