Skip to content

Commit a332aed

Browse files
committed
futures: rustfmt
1 parent 00e44b3 commit a332aed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tracing-futures/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ extern crate tokio_executor;
2626
extern crate tracing;
2727

2828
#[cfg(feature = "std-future")]
29-
use std::{
30-
pin::Pin,
31-
task::Context,
32-
};
29+
use std::{pin::Pin, task::Context};
3330

3431
#[cfg(feature = "futures-01")]
3532
use futures::{Sink, StartSend, Stream};

0 commit comments

Comments
 (0)