Skip to content

nits from cargo test and cargo clippy on latest nightly #65

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

Merged

Conversation

apoelstra
Copy link
Contributor

The newest nightly has a new "unused mut" warning which is causing CI to fail. Fix that, and while we're at it, run clippy. And while we're at that, remove some #[deny] conditions from the crate root since these properly belong in CI (via -D warnings) rather than in the source.

@apoelstra apoelstra force-pushed the 2023-05--fix-clippy branch from 5ad6102 to 78ffb56 Compare May 8, 2023 22:28
@apoelstra
Copy link
Contributor Author

cc @sanket1729 could you take a look at this?

@sanket1729
Copy link
Member

LGTM, will ACK after #54 is in.

The newest nightly has a new "unused mut" warning which is causing CI to
fail. Fix that, and while we're at it, run clippy. And while we're at
that, remove some `#[deny]` conditions from the crate root since these
properly belong in CI (via -D warnings) rather than in the source.
@apoelstra apoelstra force-pushed the 2023-05--fix-clippy branch from 78ffb56 to e016ba9 Compare June 8, 2023 02:50
@apoelstra
Copy link
Contributor Author

Ok, rebased and should be good to go. This redoes a bit of the "add doccomments to re-exports" word but I think it does a better job, so I kept the new version.

Copy link
Member

@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

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

ACK e016ba9

@apoelstra apoelstra merged commit 8825320 into BlockstreamResearch:master Jun 8, 2023
@apoelstra apoelstra deleted the 2023-05--fix-clippy branch June 8, 2023 03:23
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