Remove unused import statement
This import is not used, our CI obviously does not warn for all feature combinations.
This commit is contained in:
parent
ca38dbd16d
commit
0cd1af1f56
|
@ -1,7 +1,5 @@
|
|||
// SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
#[cfg(feature = "bitcoinconsensus")]
|
||||
use core::convert::From;
|
||||
use core::default::Default;
|
||||
use core::fmt;
|
||||
|
||||
|
|
Loading…
Reference in New Issue