forked from Deuxfleurs/garage
fix clippy
This commit is contained in:
parent
ad35b18bb1
commit
16f6a1a65d
1 changed files with 1 additions and 6 deletions
|
@ -434,12 +434,7 @@ impl<S: Stream<Item = Result<Bytes, Error>> + Unpin> StreamChunker<S> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(Some(
|
Ok(Some(
|
||||||
slices
|
slices.iter().map(|x| &x[..]).collect::<Vec<_>>().concat(),
|
||||||
.iter()
|
|
||||||
.map(|x| &x[..])
|
|
||||||
.collect::<Vec<_>>()
|
|
||||||
.concat()
|
|
||||||
.into(),
|
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue