Skip to content

Some statements can be simplified for readability and developer productivity #1006

Description

@hirehamir

For example, we can replace lines like

format!("{}://{}:{}", scheme, host, port)

with

format!("{scheme}://{host}:{port}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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