diff --git a/crates/tree_availability/src/world_tree/mod.rs b/crates/tree_availability/src/world_tree/mod.rs index 1f747bb9..92f87c56 100644 --- a/crates/tree_availability/src/world_tree/mod.rs +++ b/crates/tree_availability/src/world_tree/mod.rs @@ -66,6 +66,7 @@ impl WorldTree { } /// Spawns a task that continually syncs the `TreeData` to the state at the chain head. + #[allow(clippy::async_yields_async)] #[instrument(skip(self))] pub async fn spawn( &self,