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

chore: clippy

This commit is contained in:
Rob Ede
2024-02-12 23:02:45 +00:00
parent 1e2ef6f92f
commit 022b052bd9
4 changed files with 6 additions and 6 deletions

View File

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