rust/src/librustdoc/html
Guillaume Gomez 4e377081ca Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavus
Fix warning position in rustdoc code blocks

Before:

<img width="1440" alt="screen shot 2017-09-23 at 14 07 08" src="https://user-images.githubusercontent.com/3050060/30773382-b9649288-a06f-11e7-94ec-faa3c3ed999b.png">

After:

<img width="1440" alt="screen shot 2017-09-23 at 14 58 31" src="https://user-images.githubusercontent.com/3050060/30773384-bdfc9f3e-a06f-11e7-9030-9fb8a5308668.png">

r? @QuietMisdreavus
2017-09-24 14:01:51 +02:00
..
static Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavus 2017-09-24 14:01:51 +02:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs rustc: replace usize with u64 and ConstUsize. 2017-09-11 08:41:15 +03:00
highlight.rs Add arrow and improve display 2017-09-11 22:31:37 +02:00
item_type.rs Remove redundant 'Type' in variant names, stop reexporting. 2016-10-02 21:58:18 -04:00
layout.rs Remove jquery dependency 2017-05-02 13:54:42 +02:00
markdown.rs Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus 2017-09-17 13:19:02 +02:00
render.rs Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavus 2017-09-23 00:29:09 -04:00
toc.rs Rollup merge of #43891 - Fourchaux:master, r=steveklabnik 2017-08-17 10:44:07 -04:00