aboutsummaryrefslogtreecommitdiffstats
path: root/src/github.rs
diff options
context:
space:
mode:
authorTeddy Wing2017-11-10 02:27:14 +0100
committerTeddy Wing2017-11-10 02:27:14 +0100
commitfe47473ca07578e22fdd28bdb9a7531c63a2ef0a (patch)
tree759c794bdb6c96ba7ef9be1b49e2892af910543d /src/github.rs
parentafe029ca9a29fc73935ae3441aaad9e68f6ed34b (diff)
downloadkipper-fe47473ca07578e22fdd28bdb9a7531c63a2ef0a.tar.bz2
Get rid of unused variables
Diffstat (limited to 'src/github.rs')
-rw-r--r--src/github.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github.rs b/src/github.rs
index 6cabbfd..55c7ce0 100644
--- a/src/github.rs
+++ b/src/github.rs
@@ -50,7 +50,7 @@ pub fn update_commit_status(
params.insert("description", d);
}
- let response = client.post(
+ client.post(
&format!(
"{}/repos/{}/{}/statuses/{}",
API_URL,