From 67b69e57784c2207d8b802d5cf774d113a6e1624 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 May 2026 11:29:36 +0100 Subject: [PATCH] Remove a now-redundant ampersand Signed-off-by: Ian Jackson --- client/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.rs b/client/client.rs index 10a15a9..994bbb1 100644 --- a/client/client.rs +++ b/client/client.rs @@ -127,7 +127,7 @@ fn submit_request<'r, 'c:'r>( Content-Type: text/plain; charset="utf-8" Content-Disposition: form-data; name="m" "#), - &c.ic.link.client, + c.ic.link.client, token, c.ic.target_requests_outstanding, show_timeout, -- 2.30.2