Skip to content

Remove ToOwned from prelude#2279

Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom
tcharding:12-12-clippy
Dec 12, 2023
Merged

Remove ToOwned from prelude#2279
apoelstra merged 1 commit intorust-bitcoin:masterfrom
tcharding:12-12-clippy

Conversation

@tcharding
Copy link
Copy Markdown
Member

We are not using the ToOwned trait, remove it.

Found by clippy.

We are not using the `ToOwned` trait, remove it.

Found by clippy.
@tcharding
Copy link
Copy Markdown
Member Author

This should never have gotten onto master, our CI has wholes somewhere.

@apoelstra
Copy link
Copy Markdown
Member

@tcharding I think it was a hidden merge conflict between #1225 and the PR that introduced nightly clippy in CI. CI did not catch it because it doesn't test multiple PRs' mergeability with each other, and my local scripts didn't catch it because they don't care what's in CI.

Copy link
Copy Markdown
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ACK ae07bdb

@apoelstra
Copy link
Copy Markdown
Member

Gonna one-ack merge this via the "only touches CI" carve-out, though strictly speaking this does affect a non-public API.

@apoelstra apoelstra merged commit 6fe073b into rust-bitcoin:master Dec 12, 2023
@tcharding tcharding deleted the 12-12-clippy branch December 12, 2023 00:50
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