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 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
}
} else {
if i > 0 {
args.push_str("<br> ");
args.push_str(" <br>");
args_plain.push_str(" ");
}
if !input.name.is_empty() {