From faa5864206ad8ab315ae12fb925386c6b76b1a90 Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sat, 21 Oct 2017 14:01:56 -0700 Subject: begin conversion to typed TwitterID --- src/commands/look_up.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/look_up.rs') diff --git a/src/commands/look_up.rs b/src/commands/look_up.rs index d04f984..386fade 100644 --- a/src/commands/look_up.rs +++ b/src/commands/look_up.rs @@ -23,6 +23,7 @@ pub static LOOK_UP_TWEET: Command = Command { exec: look_up_tweet }; +// TODO: make this parse a proper tweet id fn look_up_tweet(line: String, tweeter: &mut tw::TwitterCache, mut queryer: &mut Queryer) { if let Some(tweet) = tweeter.fetch_tweet(&line, &mut queryer) { println!("{:?}", tweet); -- cgit v1.1