Skip to content

Commit

Permalink
Formatted file correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sladyn98 committed May 26, 2023
1 parent df98e3e commit aa67ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/render/print_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,6 @@ fn item_struct(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, s: &clean
}

fn item_static(w: &mut impl fmt::Write, cx: &mut Context<'_>, it: &clean::Item, s: &clean::Static) {

let mut buffer = Buffer::new();
wrap_item(&mut buffer, |buffer| {
render_attributes_in_code(buffer, it, cx.tcx());
Expand Down

0 comments on commit aa67ae2

Please sign in to comment.