Structsยง
- Async
Closure ๐Sugg - Lint for potential usages of async closures and async fn trait bounds.
Staticsยง
- The
closure_returning_async_block
lint detects cases where users write a closure that returns an async block.
closure_returning_async_block
lint detects cases where users
write a closure that returns an async block.