Skip to content

top-level uses are grouped up onto one line #3547

@cramertj

Description

@cramertj

I know I've filed issues like this before, but I couldn't find the right one, so I'm opening this one again:

use {
    fidl::endpoints::RequestStream,
    fuchsia_async as fasync,
    fuchsia_zircon as zx,
    std::marker::PhantomData,
};

gets rustfmt'd into

use {
    fidl::endpoints::RequestStream, fuchsia_async as fasync, fuchsia_zircon as zx,
    std::marker::PhantomData,
};

which IMO is pretty clearly less readable.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions