Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: prevent holding a span guard over an
.await
Summary: X-link: facebookresearch/Private-ID#119 We should probably lint against using an `.enter()` guard over `.await` points for the reasons outlined in https://docs.rs/tracing/latest/tracing/struct.Span.html#in-asynchronous-code. Reviewed By: zertosh Differential Revision: D50528695 fbshipit-source-id: 82fcc97a83b5d820c8673e6f56794dc47fd4d77f
- Loading branch information