hashes: embedded: Remove unused import
Clear clippy warning by removing unused import statement.
This commit is contained in:
parent
915c9627f6
commit
6a4e219c55
|
@ -11,7 +11,6 @@ extern crate bitcoin_hashes;
|
||||||
|
|
||||||
use bitcoin_hashes::{sha256, HashEngine};
|
use bitcoin_hashes::{sha256, HashEngine};
|
||||||
use bitcoin_io::Write;
|
use bitcoin_io::Write;
|
||||||
use core::str::FromStr;
|
|
||||||
use cortex_m_rt::entry;
|
use cortex_m_rt::entry;
|
||||||
use cortex_m_semihosting::{debug, hprintln};
|
use cortex_m_semihosting::{debug, hprintln};
|
||||||
use panic_halt as _;
|
use panic_halt as _;
|
||||||
|
|
Loading…
Reference in New Issue