about summary refs log tree commit diff
path: root/src/test/rustdoc/structfields.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-09-09rustdoc: Don't add extra newlines for fully opaque structsOliver Middleton-0/+10
Changes the definition for opaque structs to look like `pub struct Vec<T> { /* fields omitted */ }` to save space on the page. Also only use one line for empty braced structs.
2016-08-17Review changesNick Cameron-0/+6
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-0/+44