rustdoc: fix alignment of fn arguments when on multiple lines
This commit is contained in:
parent
80bff6b596
commit
3643d81659
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ impl<'a> fmt::Display for Method<'a> {
|
|||
}
|
||||
} else {
|
||||
if i > 0 {
|
||||
args.push_str("<br> ");
|
||||
args.push_str(" <br>");
|
||||
args_plain.push_str(" ");
|
||||
}
|
||||
if !input.name.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue