Skip to content

Commit 1c39e2e

Browse files
committed
silence clippy
1 parent 55ab900 commit 1c39e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda-http/src/streaming.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use tokio_stream::Stream;
2626
/// provides the necessary middleware to handle `LambdaEvent` requests and
2727
/// converts the `http::Response` into a `StreamResponse` containing a metadata
2828
/// prelude and body stream.
29+
#[allow(clippy::type_complexity)]
2930
pub fn into_streaming_response<'a, S, B, E>(
3031
handler: S,
3132
) -> MapResponse<

0 commit comments

Comments
 (0)