Skip to content

Commit 8227e69

Browse files
committed
formatting
1 parent d839d2e commit 8227e69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_macros/src/diagnostics/diagnostic.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ impl SessionDiagnosticDeriveBuilder {
354354
);
355355
}
356356
} else {
357-
field.attrs
357+
field
358+
.attrs
358359
.iter()
359360
.map(move |attr| {
360361
let name = attr.path.segments.last().unwrap().ident.to_string();

0 commit comments

Comments
 (0)