]> Untitled Git - bdk/commit
refactor: remove old clippy allow attributes
authorvmammal <valuedmammal@protonmail.com>
Sun, 29 Oct 2023 02:32:32 +0000 (22:32 -0400)
committervmammal <valuedmammal@protonmail.com>
Wed, 31 Jan 2024 16:11:26 +0000 (11:11 -0500)
commit64a90192d9d49c3df22d2b5f489ba20222fd941a
tree07d9bb0317847a9f9663c798835fc4860aa5335d
parentf099b42005b5310cee51fa2eaa29f94d76753bd7
refactor: remove old clippy allow attributes

These lints either resolved themselves, or the code has changed such that
they no longer apply, hence they can be removed with no further changes.

`clippy::derivable_impls`
`clippy::needless_collect`
`clippy::almost_swapped`
crates/bdk/src/wallet/mod.rs
crates/bdk/src/wallet/signer.rs
example-crates/example_cli/src/lib.rs