Skip to content

[bug] Clippy warning will fail CI with -Dwarnings #349

@fagemx

Description

@fagemx

crates/edda-ledger/src/sqlite_store.rs:6091 -- columns.contains(&col.to_string()) has unnecessary .to_string(). Clippy suggests using col directly.

This will fail CI if -Dwarnings is enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions