[ci] Fix clippy warnings, enable clippy checks

This commit is contained in:
Steve Myers
2020-10-07 14:18:50 -07:00
parent 6402fd07c2
commit aea9abff8a
15 changed files with 69 additions and 68 deletions

View File

@@ -42,7 +42,7 @@ extern crate async_trait;
#[macro_use]
extern crate bdk_macros;
#[cfg(any(test, feature = "compact_filters"))]
#[cfg(feature = "compact_filters")]
#[macro_use]
extern crate lazy_static;