]> Untitled Git - bdk/commit
ci(clippy): fix new stricter needless_lifetime errors for rust 1.83
authorSteve Myers <steve@notmandatory.org>
Mon, 16 Dec 2024 01:15:52 +0000 (19:15 -0600)
committerSteve Myers <steve@notmandatory.org>
Mon, 16 Dec 2024 01:53:59 +0000 (19:53 -0600)
commit941bca0d405f86e748ea629a2e241bffa41108f8
tree6fda900df7d0e5d334b98845aa7ba15a2b79a813
parent2586e1eb9fbdf583460e25e80324251b0cf3f60c
ci(clippy): fix new stricter needless_lifetime errors for rust 1.83

https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
https://github.com/rust-lang/rust-clippy/pull/13286
crates/chain/src/tx_data_traits.rs
crates/chain/src/tx_graph.rs
crates/chain/tests/test_local_chain.rs
crates/core/src/spk_client.rs
crates/file_store/src/entry_iter.rs
crates/testenv/src/lib.rs
crates/wallet/src/descriptor/mod.rs
crates/wallet/src/wallet/persisted.rs
crates/wallet/src/wallet/tx_builder.rs