Skip to content

Remove #[allow(clippy::blocks_in_conditions)] from instrumented async functions #1

@caass

Description

@caass

As per rust-lang/rust-clippy#12281, any async function decorated with a tracing::instrument triggers clippy. Currently, we just decorate every instrumented async function with #[allow(clippy::blocks_in_conditions)], but once that issue gets resolved we should remove these allowances.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions