rust/src/librustdoc/html
Oliver Middleton 86ea93e83c rustdoc: Cleanup associated const value rendering
Rather than (ab)using Debug for outputting the type in plain text use the
alternate format parameter which already does exactly that. This fixes
type parameters for example which would output raw HTML.

Also cleans up adding parens around references to trait objects.
2017-05-31 20:05:28 +01:00
..
static Update to trait bounds CSS in rustdoc 2017-05-21 04:35:26 +01:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs rustdoc: Cleanup associated const value rendering 2017-05-31 20:05:28 +01:00
highlight.rs Address review 2017-05-02 06:35:36 +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 Allow # to appear in rustdoc code output. 2017-05-06 18:07:04 -06:00
render.rs rustdoc: Cleanup associated const value rendering 2017-05-31 20:05:28 +01:00
toc.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00