Skip to content

Commit fe4d6cc

Browse files
author
Lenardt Gerhardts
committed
disabled ci error (large difference in enum variants) for ResponseWithWriter<S>
1 parent 39e0f21 commit fe4d6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webserver/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ async fn build_response_header_and_stream<S: Stream<Item = DbItem>>(
148148
Ok(ResponseWithWriter::FinishedResponse { http_response })
149149
}
150150

151+
#[allow(clippy::large_enum_variant)]
151152
enum ResponseWithWriter<S> {
152153
RenderStream {
153154
http_response: HttpResponse,

0 commit comments

Comments
 (0)