Skip to content

Commit 9f0cbd8

Browse files
committed
cargo fmt
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent f96c9b5 commit 9f0cbd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/vec/from_stream.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ cfg_if! {
2121

2222
impl<T: Unpin + Sized + Send> FromStream<T> for Vec<T> {
2323
#[inline]
24-
fn from_stream<'a, S: IntoStream<Item = T>>(
25-
stream: S,
26-
) -> dyn_ret!('a, Self)
24+
fn from_stream<'a, S: IntoStream<Item = T>>(stream: S) -> dyn_ret!('a, Self)
2725
where
2826
<S as IntoStream>::IntoStream: Send + 'a,
2927
{

0 commit comments

Comments
 (0)