Add whitespace around "=" in assoc items
This commit is contained in:
committed by
Ben Striegel
parent
58c701f5c7
commit
f53172287a
@@ -2808,7 +2808,7 @@ fn render_assoc_items(w: &mut fmt::Formatter,
|
||||
}
|
||||
AssocItemRender::DerefFor { trait_, type_, deref_mut_ } => {
|
||||
write!(w, "<h2 id='deref-methods'>Methods from \
|
||||
{}<Target={}></h2>", trait_, type_)?;
|
||||
{}<Target = {}></h2>", trait_, type_)?;
|
||||
RenderMode::ForDeref { mut_: deref_mut_ }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user