Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attributes: allow
clippy::unreachable
warning (#2356)
## Motivation PR #2270 added an unreachable branch with an explicit return value to `#[instrument]` in `async fn`s in order to fix type inference issues. That PR added the appropriate `#[allow]` attribute for the Rust compiler's unreachable code linting, but not Clippy's, so a Clippy warning is still emitted. See: #2270 (comment) ## Solution Adding the clippy lint warning as discussed here: #2270 (comment)
- Loading branch information