fix: satisfy windows clippy

This commit is contained in:
Ogulcan Celik 2026-06-16 15:33:36 +03:00
parent 6f9ca0ea66
commit cc802c8f9c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pub fn stdin_reader_loop(
#[cfg(windows)]
{
let _ = host_color_query_sent;
return windows_stdin_reader_loop(event_tx, should_quit);
windows_stdin_reader_loop(event_tx, should_quit);
}
#[cfg(unix)]