Apply pedantic Clippy lints

This commit is contained in:
mo8it
2026-03-14 17:29:37 +01:00
parent 0ffeb14402
commit 337f6b1521
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ impl<'a> WatchState<'a> {
watch_event_sender,
terminal_event_unpause_receiver,
manual_run,
)
);
})
.context("Failed to spawn a thread to handle terminal events")?;