You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wasm-utxo): enable Rust lints and fix clippy warnings
Add Rust linting configuration to check for unexpected cfg conditions
from dependencies. Fix multiple clippy warnings including:
- Replace map().unwrap_or(false) with simpler expressions
- Use *cached instead of clone() for XpubTriple
- Use x_only_public_key() instead of to_inner()
- Simplify control flow with div_ceil() and find()
- Avoid unnecessary cloning with tap_script_sigs.insert(*key, *sig)
- Add #[allow(clippy::too_many_arguments)] where appropriate
Issue: BTC-2650
Co-authored-by: llm-git <llm-git@ttll.de>
0 commit comments