-
Notifications
You must be signed in to change notification settings - Fork 956
Closed as not planned
Labels
a-imports`use` syntax`use` syntaxduplicateonly-with-optionrequires a non-default option value to reproducerequires a non-default option value to reproducepoor-formatting
Milestone
Description
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.
mdittmer, kellytk, 0kaguya, dima74, ComputerDruid and 1 more
Metadata
Metadata
Assignees
Labels
a-imports`use` syntax`use` syntaxduplicateonly-with-optionrequires a non-default option value to reproducerequires a non-default option value to reproducepoor-formatting