refactor(lib): Import tracing macros per-module
Instead of one #[macro_use] at the crate root.
This commit is contained in:
committed by
Sean McArthur
parent
165ada34a3
commit
a81c44f2c8
@@ -235,6 +235,7 @@ impl<T, U> Callback<T, U> {
|
||||
mut when: impl Future<Output = Result<U, (crate::Error, Option<T>)>> + Unpin,
|
||||
) {
|
||||
use futures_util::future;
|
||||
use tracing::trace;
|
||||
|
||||
let mut cb = Some(self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user