1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 16:55:08 +02:00

refactor: address clippy warnings

This commit is contained in:
Rob Ede
2024-05-06 06:03:44 +01:00
parent bb65628de5
commit c1a6388614
6 changed files with 8 additions and 11 deletions

View File

@ -706,7 +706,7 @@ where
req.head_mut().peer_addr = *this.peer_addr;
req.conn_data = this.conn_data.clone();
req.conn_data.clone_from(this.conn_data);
match this.codec.message_type() {
// request has no payload