chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9f6b8
)
Remove a now-redundant ampersand
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 10:29:36 +0000
(11:29 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 12:02:41 +0000
(13:02 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
client/client.rs
patch
|
blob
|
history
diff --git
a/client/client.rs
b/client/client.rs
index 10a15a9d99f2277e4110ccc97556097171b7515a..994bbb1324e538ab978ea4a6045bdb2ccc4dc9dd 100644
(file)
--- 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,