1
Fork 0
rust/src/librustdoc/html
Mike Boutin 3f92ff34b5 Change rustdoc style so fully qualified names do not overlap src links
A type's fully qualified name will now wrap once it gets to the
`[-][src]` link aligned against the right edge of the content area.
Previously the two would overlap and the name would only wrap when
hitting the edge of the content area. The `[-][src]` link will main at
the top of the header.
2018-08-05 10:43:04 -04:00
..
static Change rustdoc style so fully qualified names do not overlap src links 2018-08-05 10:43:04 -04:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
highlight.rs Add dyn to Write 2018-07-31 17:55:12 -06:00
item_type.rs Implement existential types 2018-07-18 10:53:08 +02:00
layout.rs Add missing dyn 2018-07-25 10:24:31 +09:00
markdown.rs Cleanup highlighting code 2018-07-31 17:55:12 -06:00
render.rs Change rustdoc style so fully qualified names do not overlap src links 2018-08-05 10:43:04 -04:00
toc.rs Prefer to_string() to format!() 2018-07-27 11:11:18 +02:00