Skip to content

Some statements can be simplified for readability #71

Description

@hirehamir

We can replace a line like

BindTcpSocket(_, addr) => write!(f, "Failed to bind TCP socket to {}", addr),

with

BindTcpSocket(_, addr) => write!(f, "Failed to bind TCP socket to {addr}"),

to improve code readability and developer productivity.

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