2024-05-26 automated rustfmt nightly

This commit is contained in:
Fmt Bot 2024-05-26 01:07:01 +00:00 committed by github-actions[bot]
parent 4fde89f77c
commit 4499c4c046
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
use bitcoin_hashes::{
hash160, ripemd160, sha1, sha256, sha256d, sha256t, sha384, sha512, sha512_256, siphash24,
Hash as _, Hmac, HmacEngine, HashEngine as _,
Hash as _, HashEngine as _, Hmac, HmacEngine,
};
const DATA: &str = "arbitrary data to hash as a regression test";

View File

@ -6,9 +6,9 @@ use core::fmt;
use internals::write_err;
use crate::parse::ParseIntError;
#[cfg(feature = "alloc")]
use crate::parse;
use crate::parse::ParseIntError;
#[cfg(feature = "alloc")]
use crate::prelude::*;