forked from mirror/async-std
Run fmt
This commit is contained in:
parent
19381fa590
commit
197253aa73
1 changed files with 2 additions and 4 deletions
|
@ -24,11 +24,9 @@
|
|||
mod all;
|
||||
mod any;
|
||||
mod chain;
|
||||
mod cycle;
|
||||
mod cmp;
|
||||
mod cycle;
|
||||
mod copied;
|
||||
mod cmp;
|
||||
mod cycle;
|
||||
mod enumerate;
|
||||
mod eq;
|
||||
mod filter;
|
||||
|
@ -68,6 +66,7 @@ mod zip;
|
|||
use all::AllFuture;
|
||||
use any::AnyFuture;
|
||||
use cmp::CmpFuture;
|
||||
use cycle::Cycle;
|
||||
use enumerate::Enumerate;
|
||||
use eq::EqFuture;
|
||||
use filter_map::FilterMap;
|
||||
|
@ -92,7 +91,6 @@ use partial_cmp::PartialCmpFuture;
|
|||
use position::PositionFuture;
|
||||
use try_fold::TryFoldFuture;
|
||||
use try_for_each::TryForEachFuture;
|
||||
use cycle::Cycle;
|
||||
|
||||
pub use chain::Chain;
|
||||
pub use copied::Copied;
|
||||
|
|
Loading…
Reference in a new issue