From 3e488ad535a8490d7c039dbaa48993143e6ae467 Mon Sep 17 00:00:00 2001 From: iximeow 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