mirror of
https://github.com/figsoda/mmtc
synced 2024-11-25 00:23:04 +00:00
fix clippy lint
This commit is contained in:
parent
dbd4a70e76
commit
c9b0fee238
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ async fn run() -> Result<()> {
|
|||
stdout
|
||||
.execute(EnterAlternateScreen)
|
||||
.context("Failed to enter alternate screen")?;
|
||||
let __ = Cleanup;
|
||||
let _cleanup = Cleanup;
|
||||
let mut term =
|
||||
Terminal::new(CrosstermBackend::new(stdout)).context("Failed to initialize terminal")?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue