rustdoc: fix alignment of fn arguments when on multiple lines
This commit is contained in:
@@ -971,7 +971,7 @@ impl<'a> fmt::Display for Method<'a> {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if i > 0 {
|
if i > 0 {
|
||||||
args.push_str("<br> ");
|
args.push_str(" <br>");
|
||||||
args_plain.push_str(" ");
|
args_plain.push_str(" ");
|
||||||
}
|
}
|
||||||
if !input.name.is_empty() {
|
if !input.name.is_empty() {
|
||||||
|
|||||||
Reference in New Issue
Block a user