Skip to content

Commit 2bc491d

Browse files
committed
clippy::let_unit_value
Signed-off-by: Cyril Plisko <[email protected]>
1 parent 42835c5 commit 2bc491d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-client/src/client/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ mod tests {
298298
let io: TokioIo<TcpStream> = TokioIo::new(tcp);
299299

300300
tokio::spawn(async move {
301-
let _ = http1::Builder::new()
301+
http1::Builder::new()
302302
.timer(TokioTimer::new())
303303
.serve_connection(
304304
io,

0 commit comments

Comments
 (0)