mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +00:00
remove redundant variable declaration
This commit is contained in:
parent
bcd0a1c89a
commit
14d49aa6fa
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue