diff --git a/cli/src/startup.rs b/cli/src/startup.rs index b2322b50..69cbea18 100644 --- a/cli/src/startup.rs +++ b/cli/src/startup.rs @@ -59,7 +59,7 @@ pub async fn prewarm_domains( resolve: F, ) -> anyhow::Result<()> where - F: Fn(String) -> Fut + Clone + Send + Sync + 'static, + F: Fn(String) -> Fut + Clone + Send + 'static, Fut: Future> + Send + 'static, { // A zero limit would deadlock the spawn loop on the first acquire; treat