Module async_closures

Source

Structsยง

AsyncClosureSugg ๐Ÿ”’
AsyncClosureUsage
Lint for potential usages of async closures and async fn trait bounds.
ClosureReturningAsyncBlock ๐Ÿ”’

Staticsยง

CLOSURE_RETURNING_ASYNC_BLOCK
The closure_returning_async_block lint detects cases where users write a closure that returns an async block.