rustdoc: fix alignment of fn arguments when on multiple lines

This commit is contained in:
QuietMisdreavus
2017-03-31 19:02:00 -05:00
parent 80bff6b596
commit 3643d81659

View File

@@ -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() {