Skip to content

Commit faacad5

Browse files
committed
Remove extra {
1 parent d4d9618 commit faacad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/print_item.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ fn render_union<'a, 'cx: 'a>(
21052105
f.write_str(" ")?;
21062106
}
21072107

2108-
f.write_str("{{\n")?;
2108+
f.write_str("{\n")?;
21092109
let count_fields =
21102110
fields.iter().filter(|field| matches!(*field.kind, clean::StructFieldItem(..))).count();
21112111
let toggle = should_hide_fields(count_fields);

0 commit comments

Comments
 (0)