diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-16 20:24:36 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-16 20:24:36 +0000 |
commit | 27267ed98fc839b51ae4621fd1aa230f7f068bdc (patch) | |
tree | 94c6899c8ab0a6fae8e8f4f7295e0a027933e703 /src/bin | |
parent | be68a7da226743edbce5b52e506d9083e2859578 (diff) |
Prototype of a non-trait based client
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/main.rs b/src/bin/main.rs index 45b25df..3467711 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -8,8 +8,6 @@ use futures::future::Future; use std::env; use twitch_api::Client; -use twitch_api::helix::HelixClient; - fn main() { dotenv::dotenv().unwrap(); let client_id = &env::var("TWITCH_API").unwrap(); |