hashes: embedded: Remove unused import

Clear clippy warning by removing unused import statement.
This commit is contained in:
Tobin C. Harding 2024-11-04 15:25:16 +11:00
parent 915c9627f6
commit 6a4e219c55
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ extern crate bitcoin_hashes;
use bitcoin_hashes::{sha256, HashEngine};
use bitcoin_io::Write;
use core::str::FromStr;
use cortex_m_rt::entry;
use cortex_m_semihosting::{debug, hprintln};
use panic_halt as _;