Skip to content

Commit 4956f2f

Browse files
committed
Apply changes from clippy
1 parent 5524da8 commit 4956f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ mod test {
466466
}
467467

468468
fn addr(&self) -> SocketAddr {
469-
self.local_addr.clone()
469+
self.local_addr
470470
}
471471

472472
/// Run the given test function while receiving several packets. Return a vector of the

0 commit comments

Comments
 (0)