rustdoc: don't collapse docblock-short
This commit is contained in:
parent
378195665c
commit
93cdce4cf3
3 changed files with 6 additions and 6 deletions
|
@ -1834,7 +1834,7 @@ fn item_module(w: &mut fmt::Formatter, cx: &Context,
|
|||
<tr class='{stab} module-item'>
|
||||
<td><a class='{class}' href='{href}'
|
||||
title='{title}'>{name}</a></td>
|
||||
<td class='docblock short'>
|
||||
<td class='docblock-short'>
|
||||
{stab_docs} {docs}
|
||||
</td>
|
||||
</tr>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue