Remove unused import statement

This import is not used, our CI obviously does not warn for all feature
combinations.
This commit is contained in:
Tobin C. Harding 2023-06-23 15:19:52 +10:00
parent ca38dbd16d
commit 0cd1af1f56
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
// SPDX-License-Identifier: CC0-1.0
#[cfg(feature = "bitcoinconsensus")]
use core::convert::From;
use core::default::Default;
use core::fmt;