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

Fix new clippy lints #5892

Merged
merged 1 commit into from
Feb 9, 2023
Merged

Conversation

pascalkuthe
Copy link
Member

With the MSRV raised to 1.63 we can now resolve all clippy lints that showup with 1.67. These new lints are actually improving the code (instead of just being false positives/pedantic like some other lints) so it seemed worth it to include the fixes. Particularly in #5420 I missed alot of unnecesary usize casts (so usize -> usize), because I changed types of some variables while working on that.

@pascalkuthe pascalkuthe added E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer. labels Feb 9, 2023
@the-mikedavis the-mikedavis merged commit 8a3ec44 into helix-editor:master Feb 9, 2023
@pascalkuthe pascalkuthe deleted the clippy branch February 9, 2023 22:35
@pascalkuthe pascalkuthe mentioned this pull request Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants