Formatted file correctly
This commit is contained in:
parent
df98e3e6ec
commit
aa67ae2d9d
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
fn item_static(w: &mut impl fmt::Write, cx: &mut Context<'_>, it: &clean::Item, s: &clean::Static) {
|
||||||
|
|
||||||
let mut buffer = Buffer::new();
|
let mut buffer = Buffer::new();
|
||||||
wrap_item(&mut buffer, |buffer| {
|
wrap_item(&mut buffer, |buffer| {
|
||||||
render_attributes_in_code(buffer, it, cx.tcx());
|
render_attributes_in_code(buffer, it, cx.tcx());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue