summaryrefslogtreecommitdiff
path: root/src/bin/main.rs
diff options
context:
space:
mode:
authorDavid Blajda <blajda@hotmail.com>2018-12-18 23:13:54 +0000
committerDavid Blajda <blajda@hotmail.com>2018-12-18 23:13:54 +0000
commitfbee478ad333732982f7e0eecdcc3681a6d71f2f (patch)
tree03059df9fba2429c599588907681d9e94f8e9f7b /src/bin/main.rs
parentd34229bc3e495d2927415f408b18aec51a4574e2 (diff)
Refactor barrier to use traits
Diffstat (limited to 'src/bin/main.rs')
-rw-r--r--src/bin/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/main.rs b/src/bin/main.rs
index 9e01a29..8b46196 100644
--- a/src/bin/main.rs
+++ b/src/bin/main.rs
@@ -40,6 +40,7 @@ fn main() {
* to become idle but it will never becomes idle since we keep a reference
* to a reqwest client which maintains a connection pool.
*/
+ std::mem::drop(authed_client);
std::mem::drop(client);
tokio::run(
clip.join(clip2)