From 2f2a76aab3f23baaf9a47a72b7660a64e2e156dc Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Tue, 17 Oct 2017 02:33:59 -0700 Subject: add rudimentary thread support --- src/commands/follow.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/commands/follow.rs') diff --git a/src/commands/follow.rs b/src/commands/follow.rs index 0da07a8..b2f0aa6 100644 --- a/src/commands/follow.rs +++ b/src/commands/follow.rs @@ -3,8 +3,6 @@ use ::Queryer; use commands::Command; -use std::str::FromStr; - static FOLLOW_URL: &str = "https://api.twitter.com/1.1/friendships/create.json"; static UNFOLLOW_URL: &str = "https://api.twitter.com/1.1/friendships/destroy.json"; -- cgit v1.1