Skip to content

Some statements can be simplified for readability #270

@hamirmahal

Description

@hamirmahal

For example, we can replace lines like

Some(format!("Deleted {} items...", entries_deleted));

with

Some(format!("Deleted {entries_deleted} items..."));

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