-
Notifications
You must be signed in to change notification settings - Fork 963
Labels
I-poor-formattingIssue: poor formattingIssue: poor formattinggood first issueIssues up for grabs, also good candidates for new rustfmt contributorsIssues up for grabs, also good candidates for new rustfmt contributorsonly-with-optionRequires a non-default option value to reproduceRequires a non-default option value to reproduce
Description
Upgrading rustfmt-nightly from 0.2.15 to 0.3.4 created this change:
@@ -104,8 +122,7 @@ impl FetchCommandMessages {
pub trait FetchBuilderMessages
where
- Self: Sized,
-{
+ Self: Sized, {
fn prepare(self) -> FetchCommandMessages;
fn num(self, num: u32) -> FetchCommandMessages {This seems like a bug, since trailing_comma = "Vertical" should not trigger if the opening brace is on the same line.
Metadata
Metadata
Assignees
Labels
I-poor-formattingIssue: poor formattingIssue: poor formattinggood first issueIssues up for grabs, also good candidates for new rustfmt contributorsIssues up for grabs, also good candidates for new rustfmt contributorsonly-with-optionRequires a non-default option value to reproduceRequires a non-default option value to reproduce