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

Fix clippy warnings #267

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

JoseSK999
Copy link
Contributor

  • Removed unneeded #[allow(clippy::significant_drop_in_scrutinee)] and #[allow(clippy::await_holding_lock)] in chain_state.rs
  • Directly initialize params in electrum_protocol.rs
  • Added #[allow(clippy::too_many_arguments)] for two functions
  • A few more trivial changes

Mainly the remaining warnings are about feature flags to be implemented.

- Removed unneeded `#[allow(clippy::significant_drop_in_scrutinee)]` and `#[allow(clippy::await_holding_lock)]` in `chain_state.rs`
- Directly initialize `params` in `electrum_protocol.rs`
- Added `#[allow(clippy::too_many_arguments)]` for two functions
- A few more trivial changes
@Davidson-Souza
Copy link
Collaborator

ACK 83f2c1a

@Davidson-Souza Davidson-Souza merged commit 3f99e48 into vinteumorg:master Oct 29, 2024
6 checks passed
@JoseSK999 JoseSK999 deleted the fix-clippy branch October 31, 2024 11:01
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