From 27267ed98fc839b51ae4621fd1aa230f7f068bdc Mon Sep 17 00:00:00 2001 From: David Blajda Date: Sun, 16 Dec 2018 20:24:36 +0000 Subject: Prototype of a non-trait based client --- src/bin/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bin') 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(); -- cgit v1.2.3