-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
Upgrade both Rust version and edition (and fix some lints) #1125
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.
Thanks a lot for trying to improve exa!
You will need to rebase your changes, because there were a few changes since you made this pull request. If you make the necessary changes, I can merge it immediately.
362393a
to
eba3646
Compare
Could you update |
This PR updates
exa
to use Rust 1.63.0 as well as Rust Edition 2021. It also fixes a number of Clippy warnings. Note that we do not upgrade to Rust 1.64.0 here because it increases theglibc
and Linux kernel requirements, which would breakexa
for users on older platforms without necessarily providing a benefit in terms of developer experience or new APIs.This is my first Rust contribution. I did my best to follow the atomic commits principle to make it easier to review my PR. I'm inexperienced with open-source contributions and would love any feedback you may have. Thank you!