Skip to content

Commit

Permalink
ignore async yields async
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Nov 3, 2023
1 parent a0bc6d8 commit b7f9857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tree_availability/src/world_tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ impl<M: Middleware> WorldTree<M> {
}

/// 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,
Expand Down

0 comments on commit b7f9857

Please sign in to comment.