Skip to content

Commit 414fadd

Browse files
author
Stjepan Glavina
committed
cargo fmt
1 parent 8e32fd0 commit 414fadd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/io/read/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use read_to_end::{read_to_end_internal, ReadToEndFuture};
1010
use read_to_string::ReadToStringFuture;
1111
use read_vectored::ReadVectoredFuture;
1212

13-
use std::mem;
1413
use cfg_if::cfg_if;
14+
use std::mem;
1515

1616
use crate::io::IoSliceMut;
1717
use crate::utils::extension_trait;

src/stream/stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ extension_trait! {
503503
fn min_by<F>(
504504
self,
505505
compare: F,
506-
)-> impl Future<Output = Option<Self::Item>> [MinByFuture<Self, F, Self::Item>]
506+
) -> impl Future<Output = Option<Self::Item>> [MinByFuture<Self, F, Self::Item>]
507507
where
508508
Self: Sized,
509509
F: FnMut(&Self::Item, &Self::Item) -> Ordering,

0 commit comments

Comments
 (0)