about summary refs log tree commit diff
path: root/src/test/rustdoc/trait-attributes.rs
AgeCommit message (Collapse)AuthorLines
2021-06-13Remove must_use from ALLOWED_ATTRIBUTESJacob Hoffman-Andrews-21/+0
This is a fairly common attribute on methods, but is not something you need to know when reading the method docs - the purpose of the attribute is for the compiler to tell you about it if you forget to use a value. Removing reclaims some valuable space in the summary of methods.
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-3/+3
2021-04-12Update attribute testsManish Goregaokar-3/+3
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2019-05-29Don't generate div inside header (h4/h3/h...) elementsGuillaume Gomez-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-02Add attributes for trait and methods as wellGuillaume Gomez-0/+32