We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cc4e6 commit 43aa50dCopy full SHA for 43aa50d
src/core/init.rs
@@ -330,7 +330,7 @@ fn event_reader(
330
#[cfg(feature = "search")]
331
{
332
let (lock, cvar) = (&user_input_active.0, &user_input_active.1);
333
- let _guard = cvar.wait_while(&mut lock.lock(), |pending| !*pending);
+ cvar.wait_while(&mut lock.lock(), |pending| !*pending);
334
}
335
336
if event::poll(std::time::Duration::from_millis(100))
0 commit comments