Skip to content

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