Skip to content

Commit aa67ae2

Browse files
committed
Formatted file correctly
1 parent df98e3e commit aa67ae2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/render/print_item.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,6 @@ fn item_struct(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, s: &clean
15421542
}
15431543

15441544
fn item_static(w: &mut impl fmt::Write, cx: &mut Context<'_>, it: &clean::Item, s: &clean::Static) {
1545-
15461545
let mut buffer = Buffer::new();
15471546
wrap_item(&mut buffer, |buffer| {
15481547
render_attributes_in_code(buffer, it, cx.tcx());

0 commit comments

Comments
 (0)