Merge rust-bitcoin/rust-bitcoin#3109: Automated nightly rustfmt (2024-07-28)

08fc780033 2024-07-28 automated rustfmt nightly (Fmt Bot)

Pull request description:

  Automated nightly `rustfmt` changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

ACKs for top commit:
  apoelstra:
    ACK 08fc780033

Tree-SHA512: c8b7900e41d5c1e672b262c048a6f83a45faaca1d1e8d625fa5ce983bff2e75feb792f24a9695ae0a67eaff79d105ac0c2744141e4f6298babc848935f944aa1
This commit is contained in:
merge-script 2024-07-28 16:10:42 +00:00
commit cf026cf677
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -9,9 +9,9 @@ use core::fmt;
use internals::write_err;
use crate::amount::Amount;
use crate::consensus::encode;
#[cfg(doc)]
use crate::consensus_validation;
use crate::consensus::encode;
use crate::script::Script;
use crate::transaction::{OutPoint, Transaction, TxOut};