Remove unused macro_use

Found by Clippy, we don't need this `macro_use` statement.
This commit is contained in:
Tobin Harding
2021-02-10 11:48:53 +11:00
parent 2b5e177ab2
commit 97ad0f1b4f

View File

@@ -225,7 +225,6 @@ extern crate async_trait;
extern crate bdk_macros;
#[cfg(feature = "compact_filters")]
#[macro_use]
extern crate lazy_static;
#[cfg(feature = "electrum")]