From: Ian Jackson Date: Sun, 10 May 2026 10:29:36 +0000 (+0100) Subject: Remove a now-redundant ampersand X-Git-Tag: debian/1.3.3~5^2~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=67b69e57784c2207d8b802d5cf774d113a6e1624;p=hippotat.git Remove a now-redundant ampersand Signed-off-by: Ian Jackson --- 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,