rust-bitcoin-unsafe-fast/bitcoin/src/taproot
Jamil Lambert, PhD 20d3f16a54
Fix clippy lint in new rustc nightly
New nightly lint warning "called `Iterator::last` on a
`DoubleEndedIterator`; this will needlessly iterate the entire iterator"

Code that gives the warning is correct, allow the lint to remove the
warning.

Update rustc nightly to 2025-01-16
2025-01-22 10:13:26 +00:00
..
merkle_branch.rs Fix clippy lint in new rustc nightly 2025-01-22 10:13:26 +00:00
mod.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
serialized_signature.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00