rust/src/librustdoc/html
bors be8bd82268 Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnik
Fix invalid inlining

r? @steveklabnik

So to put a context. @nox found an issue on the generated doc:

![screenshot from 2016-06-11 19-53-38](https://cloud.githubusercontent.com/assets/3050060/15987898/f7341de0-303b-11e6-9cd7-f2a6df423ee7.png)

So as you can see, the two variants are on the same where they shouldn't. I found out that the issue is also on structs:

![screenshot from 2016-06-11 19-53-31](https://cloud.githubusercontent.com/assets/3050060/15987900/0f66c5de-303c-11e6-90fc-5e49d11b6903.png)

And so such is the result of the PR:

![screenshot from 2016-06-12 01-15-21](https://cloud.githubusercontent.com/assets/3050060/15987904/19d9183c-303c-11e6-91c1-7c3f1163fbb0.png)
![screenshot from 2016-06-12 01-15-24](https://cloud.githubusercontent.com/assets/3050060/15987905/1b5d2db0-303c-11e6-8f43-9a8ad2371007.png)
2016-06-14 07:49:56 -07:00
..
static Fix invalid inlining 2016-06-12 01:34:45 +02:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs fix damage in librustc 2016-06-09 00:38:38 +03:00
highlight.rs true color, fixed boolval style in doc 2016-05-15 23:10:13 +02:00
item_type.rs Make the rendering process less pass-aware 2016-04-02 12:00:55 +02:00
layout.rs Fixed shortcut handling. Reverted to [Shift]+[+=] 2016-05-22 18:17:49 -07:00
markdown.rs rustdoc: factor out function for getting inner html of highlighted source 2016-04-04 11:07:41 +12:00
render.rs Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnik 2016-06-14 07:49:56 -07:00
toc.rs fix alignment 2016-03-22 22:03:54 -05:00