about summary refs log tree commit diff
path: root/src/test/rustdoc/cap-lints.rs
AgeCommit message (Collapse)AuthorLines
2021-06-13Remove must_use from ALLOWED_ATTRIBUTESJacob Hoffman-Andrews-2/+1
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.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-13Fix rustdoc test failureGuillaume Gomez-2/+2
2015-11-02librustdoc: ignore lint warnings when compiling documentationKevin Butler-0/+20