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

chore: fix lint warnings #330

Merged
merged 3 commits into from
Nov 13, 2023
Merged

chore: fix lint warnings #330

merged 3 commits into from
Nov 13, 2023

Conversation

scarmuega
Copy link
Member

No description provided.

@scarmuega scarmuega requested a review from rvcas November 13, 2023 11:32
Comment on lines +253 to +259
0 => {
self.current_byte |= val;
self.next_word();
}
x if x > 0 => {
self.current_byte |= val << x;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rvcas this change was suggested by clippy. Seems harmless, please review.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea totally fine

@scarmuega scarmuega merged commit f26b9bd into main Nov 13, 2023
4 of 5 checks passed
@scarmuega scarmuega deleted the chore/lints202311 branch November 13, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants