Skip to content

Commit f9d536d

Browse files
committed
Make clippy happy
1 parent f1eaa46 commit f9d536d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl Client for HttpClient {
5555

5656
let _ = self
5757
.client
58-
.post(&format!("{}{}", self.host, path))
58+
.post(format!("{}{}", self.host, path))
5959
.basic_auth(write_key, Some(""))
6060
.json(&msg)
6161
.send()

0 commit comments

Comments
 (0)