mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Fix build after I/O many completions removal
This commit is contained in:
@@ -2383,9 +2383,6 @@ impl IOCompletions {
|
||||
if let Some(waker) = waker {
|
||||
match self {
|
||||
IOCompletions::Single(c) => c.set_waker(waker),
|
||||
IOCompletions::Many(completions) => {
|
||||
completions.iter().for_each(|c| c.set_waker(waker))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user