rustdoc: fix alignment of fn arguments when on multiple lines
This commit is contained in:
parent
80bff6b596
commit
3643d81659
@ -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…
Reference in New Issue
Block a user