2024-05-26 automated rustfmt nightly
This commit is contained in:
parent
4fde89f77c
commit
4499c4c046
|
@ -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";
|
||||
|
|
|
@ -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::*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue