Skip to content

Commit

Permalink
Allow clippy::type_complexity for try_chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 committed May 17, 2021
1 parent f267ace commit c79cab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futures-util/src/stream/try_stream/mod.rs
Expand Up @@ -506,6 +506,7 @@ pub trait TryStreamExt: TryStream {
where
Self: Sized,
{
#[allow(clippy::type_complexity)]
assert_stream::<Result<Vec<Self::Ok>, ChunkError<Self::Ok, Self::Error>>, _>(
TryChunks::new(self, capacity),
)
Expand Down

0 comments on commit c79cab5

Please sign in to comment.