remove redundant variable declaration

This commit is contained in:
figsoda 2020-11-13 17:32:14 -05:00
parent bcd0a1c89a
commit 14d49aa6fa

View file

@ -224,7 +224,6 @@ async fn run() -> Result<()> {
Terminal::new(CrosstermBackend::new(stdout)).context("Failed to initialize terminal")?;
tokio::spawn(async move {
let mut searching = false;
let tx = tx3;
while let Ok(ev) = event::read() {
if let Some(cmd) = match ev {