We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c663a commit 00e44b3Copy full SHA for 00e44b3
tracing-futures/src/executor.rs
@@ -1,8 +1,8 @@
1
use crate::{Instrument, Instrumented, WithDispatch};
2
#[cfg(feature = "futures-01")]
3
use futures::{
4
- future::{ExecuteError, Executor},
5
- Future,
+ future::{ExecuteError, Executor},
+ Future,
6
};
7
8
use tokio::executor::{Executor as TokioExecutor, SpawnError};
tracing-futures/src/lib.rs
@@ -27,8 +27,8 @@ extern crate tracing;
27
28
#[cfg(feature = "std-future")]
29
use std::{
30
- pin::Pin,
31
- task::Context,
+ pin::Pin,
+ task::Context,
32
33
34
0 commit comments