Skip to content

Commit

Permalink
futures: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mbilker committed Jul 14, 2019
1 parent 00e44b3 commit a332aed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tracing-futures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ extern crate tokio_executor;
extern crate tracing;

#[cfg(feature = "std-future")]
use std::{
pin::Pin,
task::Context,
};
use std::{pin::Pin, task::Context};

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

0 comments on commit a332aed

Please sign in to comment.