diff options
author | Teddy Wing | 2017-11-10 02:27:14 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-10 02:27:14 +0100 |
commit | fe47473ca07578e22fdd28bdb9a7531c63a2ef0a (patch) | |
tree | 759c794bdb6c96ba7ef9be1b49e2892af910543d /src/github.rs | |
parent | afe029ca9a29fc73935ae3441aaad9e68f6ed34b (diff) | |
download | kipper-fe47473ca07578e22fdd28bdb9a7531c63a2ef0a.tar.bz2 |
Get rid of unused variables
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 2 |
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, |