rust/src/librustdoc/html
Corey Farwell fda3f98746 Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv
Improve associated constant rendering in rustdoc

Before:

<img width="1440" alt="screen shot 2017-02-19 at 00 30 51" src="https://cloud.githubusercontent.com/assets/3050060/23097697/caeed80e-f63a-11e6-98c2-5d27e4efd76d.png">

After:

<img width="1440" alt="screen shot 2017-02-19 at 00 30 39" src="https://cloud.githubusercontent.com/assets/3050060/23097698/cfb4874e-f63a-11e6-80cf-ffbf5c5c6162.png">

cc @SergioBenitez

r? @rust-lang/docs
2017-02-28 22:55:28 -05:00
..
static Improve associated constant rendering in rustdoc 2017-02-26 15:50:53 +01:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs Apply the same transformation to every types 2017-02-28 00:27:19 +01:00
highlight.rs Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv 2017-02-28 22:55:28 -05:00
item_type.rs Remove redundant 'Type' in variant names, stop reexporting. 2016-10-02 21:58:18 -04:00
layout.rs Don't @import normalize.css. 2016-12-19 18:00:29 -05:00
markdown.rs Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcrichton 2017-02-08 10:19:55 -05:00
render.rs Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv 2017-02-28 22:55:28 -05:00
toc.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00