1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 08:57:00 +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

@@ -126,7 +126,7 @@ where
head.headers = parts.headers.into();
head.peer_addr = this.peer_addr;
req.conn_data = this.conn_data.as_ref().map(Rc::clone);
req.conn_data = this.conn_data.clone();
let fut = this.flow.service.call(req);
let config = this.config.clone();