Skip to content

fix: clippy disallowed_methods + collapsible_if violations block CI #39

Description

@noahgift

Bug

Now that python3-dev is installed (decy#38 fixed), CI can compile but clippy
fails with disallowed_methods and collapsible_if violations.

Fix

Add #[allow(clippy::disallowed_methods)] to affected functions or fix the
method calls. Fix collapsible_if by merging nested if conditions.

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions