From f43502648b95d575418051adac7897f92d9439ee Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Sun, 22 Jan 2023 19:19:22 +0900 Subject: [PATCH] chore: remove extra lines --- src/bin/rslack.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/rslack.rs b/src/bin/rslack.rs index fc82d4c..922227d 100644 --- a/src/bin/rslack.rs +++ b/src/bin/rslack.rs @@ -5,7 +5,6 @@ use termion::input::TermRead; use termion::raw::IntoRawMode; use termion::screen::IntoAlternateScreen; -// use rslack::api; use rslack::config::Config; use rslack::console; use rslack::option::Opt; @@ -116,7 +115,6 @@ async fn main() { stdout.flush().unwrap(); let stdin = stdin(); - for c in stdin.keys() { match c.unwrap() { Key::Ctrl('c') => return,