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

Remove unnecessary cast #565

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Conversation

tcharding
Copy link
Member

A recent update to clippy introduced a new class of warning.

Clippy emits:

warning: casting to the same type is unnecessary (usize -> usize)

As suggested remove the unnecessary cast.

A recent update to clippy introduced a new class of warning.

Clippy emits:

 warning: casting to the same type is unnecessary (`usize` -> `usize`)

As suggested remove the unnecessary cast.
This was referenced Dec 16, 2022
Copy link
Collaborator

@Kixunil Kixunil left a comment

Choose a reason for hiding this comment

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

ACK b3cd414

Copy link
Member

@elichai elichai left a comment

Choose a reason for hiding this comment

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

ACK b3cd414

@elichai elichai merged commit 2fccf8d into rust-bitcoin:master Dec 16, 2022
@tcharding tcharding deleted the 12-16-clippy branch December 19, 2022 00:06
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.

3 participants