mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-30 16:18:56 +01:00
clippy: unneeded dereference
This commit is contained in:
@@ -159,7 +159,7 @@ where
|
||||
Resp: DeserializeOwned + Send + 'static,
|
||||
E: DeserializeOwned + Send + 'static,
|
||||
{
|
||||
let inner = Proto::new(max_payload_size).bind_client(&handle, tcp);
|
||||
let inner = Proto::new(max_payload_size).bind_client(handle, tcp);
|
||||
Client { inner }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user