diff --git a/src/suspend_.ml b/src/suspend_.ml index 575cf158..fceb6cc4 100644 --- a/src/suspend_.ml +++ b/src/suspend_.ml @@ -56,7 +56,7 @@ let prepare_for_await () : Dla_.t = [@@@ocaml.alert "+unstable"] [@@@else_] -let[@inline] with_suspend ~run:_ f = f () +let[@inline] with_suspend ~name:_ ~run:_ f = f () let[@inline] prepare_for_await () = { Dla_.release = ignore; await = ignore } [@@@endif]