Skip to content

Commit bca37d9

Browse files
committed
fix CI
1 parent 0d337f4 commit bca37d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/monitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ mod tests {
604604
unsafe { windows_sys::Win32::System::Threading::GetCurrentThreadId() },
605605
Ordering::Release,
606606
);
607-
let mut coroutine: Coroutine<(), (), ()> = co!(|_, ()| {
607+
let mut coroutine: Coroutine<(), (), ()> = co!(move |_, ()| {
608608
co_running2.store(true, Ordering::Release);
609609
loop {}
610610
})?;

0 commit comments

Comments
 (0)