Skip to content

Commit

Permalink
fx: clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
AMythicDev committed Jul 3, 2024
1 parent 02cc4e6 commit 43aa50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ fn event_reader(
#[cfg(feature = "search")]
{
let (lock, cvar) = (&user_input_active.0, &user_input_active.1);
let _guard = cvar.wait_while(&mut lock.lock(), |pending| !*pending);
cvar.wait_while(&mut lock.lock(), |pending| !*pending);
}

if event::poll(std::time::Duration::from_millis(100))
Expand Down

0 comments on commit 43aa50d

Please sign in to comment.